Parent

Methods

Class Index [+]

Quicksearch

PhusionPassenger::InitializationError

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

Attributes

child_exception[RW]

The exception that caused initialization to fail. This may be nil.

Public Class Methods

new(message, child_exception = nil) click to toggle source

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
48:         def initialize(message, child_exception = nil)
49:                 super(message)
50:                 @child_exception = child_exception
51:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.