mirror of
https://github.com/filp/whoops.git
synced 2026-08-30 12:07:25 +00:00
Merge pull request #331 from ExplodingCabbage/PettyTypoFix
Fix a typo in an exception message
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ class Run
|
||||
|
||||
if (!$handler instanceof HandlerInterface) {
|
||||
throw new InvalidArgumentException(
|
||||
"Argument to " . __METHOD__ . " must be a callable, or instance of"
|
||||
"Argument to " . __METHOD__ . " must be a callable, or instance of "
|
||||
. "Whoops\\Handler\\HandlerInterface"
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user