swoole-framwork/vendor/illuminate/database/DeadlockException.php
2024-05-20 11:51:07 +08:00

11 lines
114 B
PHP

<?php
namespace Illuminate\Database;
use PDOException;
class DeadlockException extends PDOException
{
//
}