class Iuliia::Exceptions::NonExistentSchemaException

Public Class Methods

new(msg = 'Specified schema does not exist') click to toggle source
Calls superclass method
# File lib/iuliia/exceptions.rb, line 6
def initialize(msg = 'Specified schema does not exist')
  super
end