Methods

Class Index [+]

Quicksearch

PhusionPassenger::FrameworkInitError

Raised when Railz::FrameworkSpawner or Railz::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
80:         def initialize(message, child_exception, options)
81:                 super(message, child_exception)
82:                 if options[:vendor]
83:                         @vendor = options[:vendor]
84:                 else
85:                         @version = options[:version]
86:                 end
87:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.