Exception: Seekmodo::Sdk::Storefront::Transport::NetworkError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Seekmodo::Sdk::Storefront::Transport::NetworkError
- Defined in:
- lib/seekmodo/sdk/storefront/transport.rb
Instance Attribute Summary collapse
-
#cause ⇒ Object
readonly
Returns the value of attribute cause.
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(cause, tool) ⇒ NetworkError
constructor
A new instance of NetworkError.
Constructor Details
#initialize(cause, tool) ⇒ NetworkError
Returns a new instance of NetworkError.
190 191 192 193 |
# File 'lib/seekmodo/sdk/storefront/transport.rb', line 190 def initialize(cause, tool) @cause = cause super(tool) end |
Instance Attribute Details
#cause ⇒ Object (readonly)
Returns the value of attribute cause.
188 189 190 |
# File 'lib/seekmodo/sdk/storefront/transport.rb', line 188 def cause @cause end |