Raised when Rack::ApplicationSpawner, Railz::ApplicationSpawner, Railz::FrameworkSpawner or SpawnManager was unable to spawn an application, because the application either threw an exception or called exit.
If the application called exit, then child_exception is an instance of SystemExit.
# File lib/phusion_passenger/exceptions.rb, line 66 66: def initialize(message, child_exception = nil, app_type = "rails", stderr = nil) 67: super(message, child_exception) 68: @app_type = app_type 69: @stderr = stderr 70: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.