jingcai-php/vendor/laravel/framework/src/Illuminate/Queue/MaxAttemptsExceededExceptio...

11 lines
130 B
PHP
Executable File

<?php
namespace Illuminate\Queue;
use RuntimeException;
class MaxAttemptsExceededException extends RuntimeException
{
//
}