class RHC::EnvironmentVariablesNotSupportedException

Public Class Methods

new(message="Server does not support environment variables") click to toggle source
Calls superclass method RHC::Exception::new
# File lib/rhc/exceptions.rb, line 41
def initialize(message="Server does not support environment variables")
  super message, 158
end