Exception: XcodeParser::XcodeprojPathMustBeSet

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

Overview

Raised when Xcode project mode is invoked without a project path.

Instance Method Summary collapse

Constructor Details

#initialize(message = "Invalid Xcode project path") ⇒ XcodeprojPathMustBeSet

Returns a new instance of XcodeprojPathMustBeSet.



67
68
69
# File 'lib/spm_version_updates/xcode_parser.rb', line 67

def initialize(message = "Invalid Xcode project path")
  super
end