Exception: Arrest::Errors::UnknownError

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

Instance Method Summary collapse

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