Exception: BPM::PackageNotFoundError
- Defined in:
- lib/bpm/errors.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from BPM::Error
Instance Method Details
#format_message(name, version) ⇒ Object
33 34 35 |
# File 'lib/bpm/errors.rb', line 33 def (name, version) "Could not find eligible package for '#{name}' (#{version})" end |