Exception: FriendlyShipping::Services::RL::ApiError
- Defined in:
- lib/friendly_shipping/services/rl/api_error.rb
Overview
Raised when an R+L API error is returned.
Instance Attribute Summary
Attributes inherited from ApiError
Instance Method Summary collapse
-
#initialize(cause) ⇒ ApiError
constructor
A new instance of ApiError.
Constructor Details
#initialize(cause) ⇒ ApiError
Returns a new instance of ApiError.
9 10 11 |
# File 'lib/friendly_shipping/services/rl/api_error.rb', line 9 def initialize(cause) super(cause, (cause)) end |