Exception: RHC::EnvironmentVariableNotProvidedException
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "Environment variable not provided") ⇒ EnvironmentVariableNotProvidedException
constructor
A new instance of EnvironmentVariableNotProvidedException.
Constructor Details
#initialize(message = "Environment variable not provided") ⇒ EnvironmentVariableNotProvidedException
Returns a new instance of EnvironmentVariableNotProvidedException.
47 48 49 |
# File 'lib/rhc/exceptions.rb', line 47 def initialize(="Environment variable not provided") super , 159 end |