Exception: GemCache::NoAvailableVersionsError
- Inherits:
-
StandardError
- Object
- StandardError
- GemCache::NoAvailableVersionsError
- Defined in:
- lib/gemcache/errors.rb
Overview
Raised when the version constraints are not inclusive enough to return a version.
Instance Method Summary collapse
-
#initialize(name) ⇒ NoAvailableVersionsError
constructor
A new instance of NoAvailableVersionsError.
Constructor Details
#initialize(name) ⇒ NoAvailableVersionsError
24 25 26 |
# File 'lib/gemcache/errors.rb', line 24 def initialize(name) super("There are no versions of '#{name}' that meet the specified version constraints") end |