Exception: Aspera::Cli::NoSuchIdentifier

Inherits:
Error
  • Object
show all
Defined in:
lib/aspera/cli/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(res_type, res_id) ⇒ NoSuchIdentifier

Returns a new instance of NoSuchIdentifier.



12
13
14
# File 'lib/aspera/cli/error.rb', line 12

def initialize(res_type, res_id)
  super("#{res_type} with identifier #{res_id} not found")
end