mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-14 16:37:58 -05:00
feat: Adding generic InvalidParameter custom error
This commit is contained in:
@@ -34,6 +34,7 @@ library Errors {
|
||||
error ArrayMismatch();
|
||||
error CannotCommentOnSelf();
|
||||
error NotWhitelisted();
|
||||
error InvalidParameter();
|
||||
|
||||
// Module Errors
|
||||
error InitParamsInvalid();
|
||||
|
||||
Reference in New Issue
Block a user