Exception: RHC::AliasNotFoundException

Inherits:
Exception show all
Defined in:
lib/rhc/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

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(message="Alias not found")
  super message, 156
end