diff --git a/build/SlickInject.php b/build/SlickInject.php index 9c6b1d5..5636d14 100644 --- a/build/SlickInject.php +++ b/build/SlickInject.php @@ -73,7 +73,7 @@ private static function getType($type) case "double": return "d"; default: - throw new \Error("Unable to bind params"); + throw new \Exception("Unable to bind params"); } }