Exception: NetHTTP::Client::SchemaError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ SchemaError

Returns a new instance of SchemaError.



52
53
54
# File 'lib/client/schema.rb', line 52

def initialize(msg)
  super(msg)
end