Exception: Yelp::Fusion::Error::Base

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

Overview

Standard error response class

Instance Method Summary collapse

Constructor Details

#initialize(msg, _error = nil) ⇒ Base

Returns a new instance of Base.



73
74
75
# File 'lib/yelp/fusion/error.rb', line 73

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