Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit daa0ecf

Browse files
author
Petr Knap
committed
Fixed exception message
1 parent 1a50d16 commit daa0ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Enum/AbstractEnum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ private function get($constantName)
112112
if (!$this->exists($constantName)) {
113113
throw new EnumException(
114114
sprintf(
115-
"%s does not exists in %s",
115+
"%s does not exist in %s",
116116
$constantName,
117117
get_called_class()
118118
),

0 commit comments

Comments
 (0)