Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kekefreedog committed Jul 14, 2024
2 parents e225003 + bea0f51 commit 7a7ca0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function setEnv(array $customEnv = []):void {

# New Exception
throw new CrazyException(
"Please check custom env \"$k\" => \"$v\". Actually env name looks not valid, you have to cheoose a char string name.",
"Please check custom env \"$k\" => \"$v\". Actually env name looks not valid, you have to choose a char string name.",
500,
[
"custom_code" => "core-002",
Expand Down

0 comments on commit 7a7ca0b

Please sign in to comment.