Merge pull request #331 from ExplodingCabbage/PettyTypoFix

Fix a typo in an exception message
This commit is contained in:
Denis Sokolov
2015-11-23 08:33:08 +02:00
+1 -1
View File
@@ -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"
);
}