Exception: ManifestParser::ManifestPathMustBeSet

Inherits:
SpmVersionUpdates::ConfigurationError show all
Defined in:
lib/spm_version_updates/manifest_parser.rb

Overview

Raised when manifest mode is invoked without a manifest path.

Instance Method Summary collapse

Constructor Details

#initialize(message = "package-manifest-paths must be set") ⇒ ManifestPathMustBeSet

Returns a new instance of ManifestPathMustBeSet.



262
263
264
# File 'lib/spm_version_updates/manifest_parser.rb', line 262

def initialize(message = "package-manifest-paths must be set")
  super
end