class Iglu::IgluError
Common Iglu
error
Public Class Methods
new(message = "Schema not found")
click to toggle source
Calls superclass method
# File lib/iglu-client/core.rb, line 82 def initialize(message = "Schema not found") super(message) end