HighSpeaker/vendor/illuminate/database/DeadlockException.php
2024-02-05 00:00:23 +08:00

11 lines
114 B
PHP

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