Exception: Iuliia::Exceptions::NonExistentSchemaException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/iuliia/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Specified schema does not exist') ⇒ NonExistentSchemaException

Returns a new instance of NonExistentSchemaException.



6
7
8
# File 'lib/iuliia/exceptions.rb', line 6

def initialize(msg = 'Specified schema does not exist')
  super
end