Skip to content

Commit

Permalink
Add timestamp as exception code
Browse files Browse the repository at this point in the history
  • Loading branch information
jhatlak committed Oct 25, 2024
1 parent 04b7c23 commit 3e6914a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,6 @@ public static function splitVersionString($versionString)
return [$name, $version];
}

throw new ParserException('Invalid version string: ' . $versionString);
throw new ParserException('Invalid version string: ' . $versionString, 1729855362);
}
}

0 comments on commit 3e6914a

Please sign in to comment.