Exception: Iuliia::Exceptions::NonExistentSchemaException
- Inherits:
-
StandardError
- Object
- StandardError
- Iuliia::Exceptions::NonExistentSchemaException
- Defined in:
- lib/iuliia/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = 'Specified schema does not exist') ⇒ NonExistentSchemaException
constructor
A new instance of NonExistentSchemaException.
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 |