class Igloo::IglooError

Common Igloo error

Public Class Methods

new(message = "NOPE!") click to toggle source
Calls superclass method
# File lib/igloo-test/core.rb, line 9
def initialize(message = "NOPE!")
  super(message)
end