class RHC::DomainNotFoundException

Public Class Methods

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