friendica/src/Database/Driver/DriverException.php

14 lines
143 B
PHP
Raw Normal View History

2019-04-11 08:32:07 +02:00
<?php
namespace Friendica\Database\Driver;
use Exception;
/**
* A DB connection exception
*/
class DriverException extends Exception
{
}