class RHC::RegionsAndZonesNotSupportedException

Public Class Methods

new(message="Server does not support regions and zones") click to toggle source
Calls superclass method RHC::Exception.new
# File lib/rhc/exceptions.rb, line 113
def initialize(message="Server does not support regions and zones")
  super message, 168
end