Exception: SchemaParsingException

Inherits:
BareException show all
Defined in:
lib/exceptions.rb

Instance Method Summary collapse

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