Exception: RHC::EnvironmentVariablesNotSupportedException

Inherits:
Exception
  • Object
show all
Defined in:
lib/rhc/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initialize(message = "Server does not support environment variables") ⇒ EnvironmentVariablesNotSupportedException

Returns a new instance of EnvironmentVariablesNotSupportedException.



41
42
43
# File 'lib/rhc/exceptions.rb', line 41

def initialize(message="Server does not support environment variables")
  super message, 158
end