spqr/vendor/illuminate/database/DeadlockException.php
2024-11-05 12:10:06 +08:00

11 lines
114 B
PHP

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