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