Exception: RHC::EnvironmentVariablesNotSupportedException
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "Server does not support environment variables") ⇒ EnvironmentVariablesNotSupportedException
constructor
A new instance of EnvironmentVariablesNotSupportedException.
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(="Server does not support environment variables") super , 158 end |