remove todo

This commit is contained in:
Dennis Eichhorn 2017-09-08 19:36:31 +02:00
parent ad3f91bf24
commit b93f249aa8

View File

@ -112,7 +112,6 @@ abstract class SettingsAbstract implements OptionsInterface
return $options;
} catch (\PDOException $e) {
// todo does it mean that the recognition isn't here but at the place where the new happens?
$exception = DatabaseExceptionFactory::createException($e);
$message = DatabaseExceptionFactory::createExceptionMessage($e);