Commit ce8c230e authored by Taylor Otwell's avatar Taylor Otwell

tweak crypter exception message.

parent 2109165d
...@@ -39,7 +39,7 @@ class Crypter { ...@@ -39,7 +39,7 @@ class Crypter {
if (trim((string) $this->key) === '') if (trim((string) $this->key) === '')
{ {
throw new \Exception('The encryption class can not be used without an encryption key.'); throw new \Exception('The encryption class may not be used without an encryption key.');
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment