Exception: Iglu::IgluError
- Inherits:
-
StandardError
- Object
- StandardError
- Iglu::IgluError
- Defined in:
- lib/iglu-client/core.rb
Overview
Common Iglu error
Instance Method Summary collapse
-
#initialize(message = "Schema not found") ⇒ IgluError
constructor
A new instance of IgluError.
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( = "Schema not found") super() end |