Exception: BPM::LocalPackageConflictError

Inherits:
PackageConflictError 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(name, version_a, version_b) ⇒ Object



51
52
53
# File 'lib/bpm/errors.rb', line 51

def format_message(name, version_a, version_b)
  "Local package '#{name}' (#{version_b}) is not compatible with required version #{version_a}"
end