Exception: BPM::InvalidPackagePathError

Inherits:
InvalidPackageError 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(package) ⇒ Object



27
28
29
# File 'lib/bpm/errors.rb', line 27

def format_message(package)
  "Package at #{package.root_path} name and directory do not match. (name: #{package.name}).  Change the directory or package.json name to match."
end