friendica/src/Database/Driver/DriverException.php

14 lines
143 B
PHP

<?php
namespace Friendica\Database\Driver;
use Exception;
/**
* A DB connection exception
*/
class DriverException extends Exception
{
}