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