class Asperalm::Cli::CliNoSuchId

Public Class Methods

new(res_type,res_id) click to toggle source
Calls superclass method
# File lib/asperalm/cli/manager.rb, line 15
def initialize(res_type,res_id)
  msg="No such #{res_type} identifier: #{res_id}"
  super(msg)
end