Exception: XcodeParser::CouldNotFindResolvedFile
- Inherits:
-
SpmVersionUpdates::FileNotFoundError
- Object
- StandardError
- SpmVersionUpdates::Error
- SpmVersionUpdates::FileNotFoundError
- XcodeParser::CouldNotFindResolvedFile
- Defined in:
- lib/spm_version_updates/xcode_parser.rb
Overview
Raised when an Xcode project does not have a Package.resolved file.
Instance Method Summary collapse
-
#initialize(message = "Could not find a Package.resolved file for the Xcode project") ⇒ CouldNotFindResolvedFile
constructor
A new instance of CouldNotFindResolvedFile.
Constructor Details
#initialize(message = "Could not find a Package.resolved file for the Xcode project") ⇒ CouldNotFindResolvedFile
Returns a new instance of CouldNotFindResolvedFile.
74 75 76 |
# File 'lib/spm_version_updates/xcode_parser.rb', line 74 def initialize( = "Could not find a Package.resolved file for the Xcode project") super end |