Exception: Cl::UnknownCmd

Inherits:
Error
  • Object
show all
Defined in:
lib/cl/errors.rb

Constant Summary

Constants inherited from Error

Error::MSGS

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ UnknownCmd

Returns a new instance of UnknownCmd.



26
27
28
# File 'lib/cl/errors.rb', line 26

def initialize(args)
  super(:unknown_cmd, args.join(' '))
end