Exception: CourierRails::DeliveryException
- Inherits:
-
StandardError
- Object
- StandardError
- CourierRails::DeliveryException
- Defined in:
- lib/courier_rails/exceptions.rb
Instance Method Summary collapse
-
#initialize(response) ⇒ DeliveryException
constructor
A new instance of DeliveryException.
Constructor Details
#initialize(response) ⇒ DeliveryException
Returns a new instance of DeliveryException.
3 4 5 |
# File 'lib/courier_rails/exceptions.rb', line 3 def initialize(response) super(response) end |