Exception: XcodeParser::XcodeprojPathMustBeSet
- Inherits:
-
SpmVersionUpdates::ConfigurationError
- Object
- ArgumentError
- SpmVersionUpdates::ConfigurationError
- XcodeParser::XcodeprojPathMustBeSet
- 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
-
#initialize(message = "Invalid Xcode project path") ⇒ XcodeprojPathMustBeSet
constructor
A new instance of XcodeprojPathMustBeSet.
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( = "Invalid Xcode project path") super end |