Cleanup tests.

This commit is contained in:
marco
2015-08-20 00:21:10 +02:00
parent 01360eea66
commit e386c3aa38
3 changed files with 5 additions and 81 deletions

View File

@ -17,7 +17,7 @@ class Model extends \Sudzy\ValidModel {
return true;
} catch (\Sudzy\ValidationException $e) {
return false;
} catch (Exception $e) {
} catch (\PDOException $e) {
return false;
}
}