StandardError
Indicates that there is no Ruby on Rails version installed that satisfies a given Ruby on Rails Gem version specification.
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 def initialize(message, gem_version_spec) super(message) @gem_version_spec = gem_version_spec end
Generated with the Darkfish Rdoc Generator 2.