HighSpeaker/vendor/illuminate/database/DeadlockException.php

11 lines
114 B
PHP
Raw Permalink Normal View History

2024-02-05 00:00:23 +08:00
<?php
namespace Illuminate\Database;
use PDOException;
class DeadlockException extends PDOException
{
//
}