File "LimiterTimeoutException.php"
Full Path: /var/www/drive/laravel/framework/src/Illuminate/Contracts/Redis/LimiterTimeoutException.php
File size: 121 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Illuminate\Contracts\Redis;
use Exception;
class LimiterTimeoutException extends Exception
{
//
}