class RHC::AliasNotFoundException

Public Class Methods

new(message="Alias not found") click to toggle source
# File lib/rhc/exceptions.rb, line 23
def initialize(message="Alias not found")
  super message, 156
end