WowPress-Tailwind/theme/vendor/illuminate/database/DeadlockException.php

11 lines
114 B
PHP
Raw Normal View History

2024-04-15 16:00:49 +02:00
<?php
namespace Illuminate\Database;
use PDOException;
class DeadlockException extends PDOException
{
//
}