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