StandardError
An abstract base class for AppInitError and FrameworkInitError. This represents the failure when initializing something.
Create a new InitializationError. message is the error message, and child_exception is the exception that caused initialization to fail.
# File lib/phusion_passenger/exceptions.rb, line 48 def initialize(message, child_exception = nil) super(message) @child_exception = child_exception end
Generated with the Darkfish Rdoc Generator 2.