Raised when FrameworkSpawner or SpawnManager was unable to load a version of the Ruby on Rails framework. The child_exception attribute is guaranteed non-nil.
Methods
Attributes
[R] | vendor | |
[R] | version |
Public Class methods
[ show source ]
# File lib/passenger/framework_spawner.rb, line 32 32: def initialize(message, child_exception, options) 33: super(message, child_exception) 34: if options[:vendor] 35: @vendor = options[:vendor] 36: else 37: @version = options[:version] 38: end 39: end