friendica/src/Database/Driver/DriverException.php

14 lines
139 B
PHP

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