Exception: Aspera::Cli::CliNoSuchId
- Defined in:
- lib/aspera/cli/manager.rb
Instance Method Summary collapse
-
#initialize(res_type, res_id) ⇒ CliNoSuchId
constructor
A new instance of CliNoSuchId.
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 |