class RHC::Rest::DomainNotFoundException

404 errors for specific resource types

Public Class Methods

new(msg) click to toggle source
# File lib/rhc/rest.rb, line 58
def initialize(msg)
  super(msg,127)
end