[mod] Exits changed to exceptions

This commit is contained in:
2018-08-15 00:38:05 -06:00
parent 3ad687f797
commit 477ac28212
2 changed files with 15 additions and 10 deletions

View File

@@ -12,8 +12,6 @@ class SessionApplication{
$this->cryptographyService = $cryptographyService;
$this->pdo = $mysql;
$this->asserts = $asserts;
$this->databaseSelectQueryErrorMessage = 'There was an error inserting the record.';
}
/**