Parent

Methods

Class Index [+]

Quicksearch

PhusionPassenger::VersionNotFound

Indicates that there is no Ruby on Rails version installed that satisfies a given Ruby on Rails Gem version specification.

Attributes

gem_version_spec[R]

Public Class Methods

new(message, gem_version_spec) click to toggle source
  • message: The exception message.

  • gem_version_spec: The Ruby on Rails Gem version specification that caused this error.

    # File lib/phusion_passenger/exceptions.rb, line 33
33:         def initialize(message, gem_version_spec)
34:                 super(message)
35:                 @gem_version_spec = gem_version_spec
36:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.