diff options
Diffstat (limited to 'src/ErrorCode.php')
-rw-r--r-- | src/ErrorCode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ErrorCode.php b/src/ErrorCode.php index 048ef34..7a99374 100644 --- a/src/ErrorCode.php +++ b/src/ErrorCode.php @@ -6,6 +6,6 @@ enum ErrorCode: string { case FORBIDDEN = "M_FORBIDDEN"; case UNKNOWN_TOKEN = "M_UNKNOWN_TOKEN"; - + case UNKNOWN = "M_UNKNOWN"; } |