Exception: Reivt::GraphQLDataException
- Inherits:
-
IOError
- Object
- IOError
- Reivt::GraphQLDataException
- Defined in:
- lib/reivt/exception.rb
Overview
Custom errors for dealing with graphql in revit
Instance Method Summary collapse
-
#initialize(msg = '') ⇒ GraphQLDataException
constructor
A new instance of GraphQLDataException.
Constructor Details
#initialize(msg = '') ⇒ GraphQLDataException
Returns a new instance of GraphQLDataException.
21 22 23 |
# File 'lib/reivt/exception.rb', line 21 def initialize(msg = '') super(msg) end |