Exception: Arrest::Errors::UnknownError
- Inherits:
-
StandardError
- Object
- StandardError
- Arrest::Errors::UnknownError
- Defined in:
- lib/arrest/exceptions.rb
Instance Method Summary collapse
-
#initialize(err_obj) ⇒ UnknownError
constructor
A new instance of UnknownError.
Constructor Details
#initialize(err_obj) ⇒ UnknownError
Returns a new instance of UnknownError.
5 6 7 |
# File 'lib/arrest/exceptions.rb', line 5 def initialize(err_obj) super(err_obj) end |