Luan
Results
1
comments of
Luan
If you really want to throw Exceptions using PDO you can change your Error Mode to Exception Mode instead of warnings on Model.php: https://github.com/panique/mini3/blob/bf66697fe03d8e3e188ce4f44fba3cd80c0c1124/application/Core/Model.php#L35 from `PDO::ERRMODE_WARNING` to `PDO::ERRMODE_EXCEPTION`