Skip to content

Commit

Permalink
remove unsed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster-will committed Dec 3, 2024
1 parent baa784c commit 82e3496
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/lib/Errors.sol
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@ library Errors {
/// @notice Provided license template does not match the IP's current license template.
error LicenseRegistry__UnmatchedLicenseTemplate(address ipId, address licenseTemplate, address newLicenseTemplate);

/// @notice Provided license template and terms ID is a duplicate.
error LicenseRegistry__DuplicateLicense(address ipId, address licenseTemplate, uint256 licenseTermsId);

/// @notice Zero address provided for License Template.
error LicenseRegistry__ZeroLicenseTemplate();

Expand Down

0 comments on commit 82e3496

Please sign in to comment.