mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
13 lines
164 B
PHP
13 lines
164 B
PHP
<?php
|
|
|
|
namespace Doctrine\DBAL\Driver;
|
|
|
|
/**
|
|
* @deprecated Use {@link Exception} instead
|
|
*
|
|
* @psalm-immutable
|
|
*/
|
|
interface DriverException extends Exception
|
|
{
|
|
}
|