class RHC::Rest::DomainNotFoundException
404 errors for specific resource types
Public Class Methods
new(msg)
click to toggle source
Calls superclass method
RHC::Rest::Exception::new
# File lib/rhc/rest.rb, line 65 def initialize(msg) super(msg,127) end