Exception: RHC::EnvironmentVariableNotFoundException

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

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initialize(message = "Environment variable not found") ⇒ EnvironmentVariableNotFoundException

Returns a new instance of EnvironmentVariableNotFoundException.



35
36
37
# File 'lib/rhc/exceptions.rb', line 35

def initialize(message="Environment variable not found")
  super message, 157
end