class RHC::EnvironmentVariableNotFoundException
Public Class Methods
new(message="Environment variable not found")
click to toggle source
Calls superclass method
RHC::Exception::new
# File lib/rhc/exceptions.rb, line 35 def initialize(message="Environment variable not found") super message, 157 end