Methods

Class/Module Index [+]

Quicksearch

PhusionPassenger::FrameworkInitError

Raised when ClassicRails::FrameworkSpawner or ClassicRails::SpawnManager was unable to load a version of the Ruby on Rails framework. The child_exception attribute is guaranteed non-nil.

Attributes

vendor[R]
version[R]

Public Class Methods

new(message, child_exception, options) click to toggle source
# File lib/phusion_passenger/exceptions.rb, line 80
def initialize(message, child_exception, options)
        super(message, child_exception)
        if options[:vendor]
                @vendor = options[:vendor]
        else
                @version = options[:version]
        end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.