File "DeadlockException.php"
Full Path: /var/www/drive/laravel/framework/src/Illuminate/Database/DeadlockException.php
File size: 114 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Illuminate\Database;
use PDOException;
class DeadlockException extends PDOException
{
//
}