class RHC::NoRegionConfiguredException

Public Class Methods

new(message="Server doesn't have any regions or zones configured") click to toggle source
Calls superclass method RHC::Exception::new
# File lib/rhc/exceptions.rb, line 119
def initialize(message="Server doesn't have any regions or zones configured")
  super message, 169
end