mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 15:07:23 +08:00
11 lines
103 B
PHP
Executable File
11 lines
103 B
PHP
Executable File
<?php
|
|
|
|
namespace Doctrine\DBAL;
|
|
|
|
/**
|
|
* @psalm-immutable
|
|
*/
|
|
class Exception extends DBALException
|
|
{
|
|
}
|