Exception: Iglu::IgluError

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

Overview

Common Iglu error

Instance Method Summary collapse

Constructor Details

#initialize(message = "Schema not found") ⇒ IgluError

Returns a new instance of IgluError.



82
83
84
# File 'lib/iglu-client/core.rb', line 82

def initialize(message = "Schema not found")
  super(message)
end