Cleanup tests.
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user