Skip to content
This repository has been archived by the owner on Feb 21, 2018. It is now read-only.

Commit

Permalink
Update SlickInject.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ᦖєgιт authored Jan 25, 2018
1 parent 87b4629 commit fc05689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/SlickInject.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}

Expand Down

0 comments on commit fc05689

Please sign in to comment.