class Yelp::Fusion::Error::Base
Standard error response class
Public Class Methods
new(msg, _error = nil)
click to toggle source
Calls superclass method
# File lib/yelp/fusion/error.rb, line 73 def initialize(msg, _error = nil) super(msg) end