Exception: NetHTTP::SchemaError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ SchemaError

Returns a new instance of SchemaError.



29
30
31
# File 'lib/core/core.rb', line 29

def initialize(msg)
  super(msg)
end