| Current Path : /home/bullgymbny/app/vendor/laravel/framework/src/Illuminate/Queue/ |
| Current File : /home/bullgymbny/app/vendor/laravel/framework/src/Illuminate/Queue/MaxAttemptsExceededException.php |
<?php
namespace Illuminate\Queue;
use RuntimeException;
class MaxAttemptsExceededException extends RuntimeException
{
//
}