In Files

Parent

Methods

Class/Module Index [+]

Quicksearch

RHC::Rest::Exception

Attributes

code[R]

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.