Exception: RHC::AliasNotFoundException
- Defined in:
- lib/rhc/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "Alias not found") ⇒ AliasNotFoundException
constructor
A new instance of AliasNotFoundException.
Constructor Details
#initialize(message = "Alias not found") ⇒ AliasNotFoundException
Returns a new instance of AliasNotFoundException.
23 24 25 |
# File 'lib/rhc/exceptions.rb', line 23 def initialize(="Alias not found") super , 156 end |