mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 18:17:25 +08:00
13 lines
146 B
PHP
Executable File
13 lines
146 B
PHP
Executable File
<?php
|
|
|
|
namespace Doctrine\DBAL\Driver;
|
|
|
|
/**
|
|
* @deprecated
|
|
*
|
|
* @psalm-immutable
|
|
*/
|
|
class AbstractDriverException extends AbstractException
|
|
{
|
|
}
|