Exception: Aria2Driver::JsonRpc::ResponseException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/aria2_driver/json_rpc/response_exception.rb

Instance Method Summary collapse

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(message)
  super(message)
end