Parent

Methods

Class/Module Index [+]

Quicksearch

RHC::Exception

Attributes

code[R]

Public Class Methods

new(message=nil, code=1) click to toggle source
# File lib/rhc/exceptions.rb, line 4
def initialize(message=nil, code=1)
  super(message)
  @code = code
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.