Compare commits
1 Commits
cdecc0b695
...
1e2491f9c6
Author | SHA1 | Date | |
---|---|---|---|
1e2491f9c6 |
@ -28,7 +28,6 @@ class SQLLoginService extends AbstractController
|
||||
try {
|
||||
$dbh = $this->getConnection();
|
||||
} catch (PDOException $e) {
|
||||
\Sentry\captureException($e);
|
||||
$this->loggerInterface->critical($e->getMessage());
|
||||
throw new DatabaseConnectionException($e->getMessage());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user