Exception: BPM::PackageNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/bpm/errors.rb

Direct Known Subclasses

MinifierNotFoundError

Instance Method Summary collapse

Methods inherited from Error

#initialize

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 format_message(name, version)
  "Could not find eligible package for '#{name}' (#{version})"
end