Exception: Aria2Driver::JsonRpc::ResponseException
- Inherits:
-
StandardError
- Object
- StandardError
- Aria2Driver::JsonRpc::ResponseException
- Defined in:
- lib/aria2_driver/json_rpc/response_exception.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ ResponseException
constructor
A new instance of ResponseException.
Constructor Details
#initialize(message) ⇒ ResponseException
Returns a new instance of ResponseException.
4 5 6 |
# File 'lib/aria2_driver/json_rpc/response_exception.rb', line 4 def initialize() super() end |