Exception: Yelp::Error::Base

Inherits:
StandardError
  • Object
show all
Defined in:
lib/yelp/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg, error = nil) ⇒ Base

Returns a new instance of Base.



49
50
51
# File 'lib/yelp/error.rb', line 49

def initialize(msg,error=nil)
  super(msg)
end