Exception: RHC::EnvironmentVariableNotProvidedException

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 = "Environment variable not provided") ⇒ EnvironmentVariableNotProvidedException

Returns a new instance of EnvironmentVariableNotProvidedException.



47
48
49
# File 'lib/rhc/exceptions.rb', line 47

def initialize(message="Environment variable not provided")
  super message, 159
end