Exception: CourierRails::DeliveryException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/courier_rails/exceptions.rb

Instance Method Summary collapse

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