diff --git a/DataStorage/Database/Connection/ConnectionException.php b/DataStorage/Database/Connection/ConnectionException.php deleted file mode 100644 index 8c9a873d0..000000000 --- a/DataStorage/Database/Connection/ConnectionException.php +++ /dev/null @@ -1,22 +0,0 @@ - - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link http://orange-management.com - */ -declare(strict_types=1); - -namespace phpOMS\DataStorage\Database\Connection; - -abstract class ConnectionException extends \Exception -{ - -} \ No newline at end of file