Skip to content

Commit

Permalink
chore: remove unused custom error
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Dec 4, 2023
1 parent c0c962a commit 1a4f833
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/libraries/Errors.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ pragma solidity >=0.8.19;
/// @title Errors
/// @notice Library containing all custom errors the protocol may revert with.
library Errors {
/*//////////////////////////////////////////////////////////////////////////
GENERICS
//////////////////////////////////////////////////////////////////////////*/

/// @notice Thrown when trying to perform a standard call to a function that allows only delegate calls.
error CallNotDelegateCall();

/*//////////////////////////////////////////////////////////////////////////
SABLIER-V2-BATCH
//////////////////////////////////////////////////////////////////////////*/
Expand Down

0 comments on commit 1a4f833

Please sign in to comment.