mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 14:40:09 +01:00
11 lines
114 B
PHP
11 lines
114 B
PHP
|
<?php
|
||
|
|
||
|
namespace Illuminate\Database;
|
||
|
|
||
|
use PDOException;
|
||
|
|
||
|
class DeadlockException extends PDOException
|
||
|
{
|
||
|
//
|
||
|
}
|