class Revit::GraphQLDataException
Custom exception for dealing with graphql in revit
Public Class Methods
new(msg = '')
click to toggle source
Calls superclass method
# File lib/revit/exception.rb, line 15 def initialize(msg = '') super(msg) end