Exception: Pandoru::NetworkError
- Inherits:
-
PandoruError
- Object
- StandardError
- PandoruError
- Pandoru::NetworkError
- Defined in:
- lib/pandoru/errors.rb
Overview
Network related errors
Instance Method Summary collapse
-
#initialize(message = 'Network error') ⇒ NetworkError
constructor
A new instance of NetworkError.
Constructor Details
#initialize(message = 'Network error') ⇒ NetworkError
Returns a new instance of NetworkError.
13 14 15 |
# File 'lib/pandoru/errors.rb', line 13 def initialize( = 'Network error') super() end |