Exception: Aspera::Cli::CliNoSuchId

Inherits:
CliError
  • Object
show all
Defined in:
lib/aspera/cli/manager.rb

Instance Method Summary collapse

Constructor Details

#initialize(res_type, res_id) ⇒ CliNoSuchId

Returns a new instance of CliNoSuchId.



16
17
18
19
# File 'lib/aspera/cli/manager.rb', line 16

def initialize(res_type,res_id)
  msg="No such #{res_type} identifier: #{res_id}"
  super(msg)
end