Exception: SchemaParsingException
- Inherits:
-
BareException
- Object
- StandardError
- BareException
- SchemaParsingException
- Defined in:
- lib/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ SchemaParsingException
constructor
A new instance of SchemaParsingException.
Constructor Details
#initialize(msg = nil) ⇒ SchemaParsingException
Returns a new instance of SchemaParsingException.
39 40 41 |
# File 'lib/exceptions.rb', line 39 def initialize(msg=nil) super end |