Class PhusionPassenger::InitializationError
In: lib/phusion_passenger/exceptions.rb
Parent: StandardError

An abstract base class for AppInitError and FrameworkInitError. This represents the failure when initializing something.

Methods

new  

Attributes

child_exception  [RW]  The exception that caused initialization to fail. This may be nil.

Public Class methods

Create a new InitializationError. message is the error message, and child_exception is the exception that caused initialization to fail.

[Validate]