class PhusionPassenger::FrameworkInitError
non-nil.
version of the Ruby on Rails framework. The child_exception
attribute is guaranteed
Raised when ClassicRails::FrameworkSpawner or ClassicRails::SpawnManager was unable to load a
def initialize(message, child_exception, options)
def initialize(message, child_exception, options) super(message, child_exception) if options[:vendor] @vendor = options[:vendor] else @version = options[:version] end end