class RHC::AliasNotFoundException
Public Class Methods
new(message="Alias not found")
click to toggle source
Calls superclass method
RHC::Exception.new
# File lib/rhc/exceptions.rb, line 23 def initialize(message="Alias not found") super message, 156 end