Exception: BPM::MinifierNotFoundError

Inherits:
PackageNotFoundError show all
Defined in:
lib/bpm/errors.rb

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from BPM::Error

Instance Method Details

#format_message(minifier_name) ⇒ Object



39
40
41
# File 'lib/bpm/errors.rb', line 39

def format_message(minifier_name)
  "Minifier package #{minifier_name} was not found.  Try running `bpm rebuild -u` to refresh."
end