Current File : /home/itiffy/www/vendor/laravel/framework/src/Illuminate/Queue/MaxAttemptsExceededException.php
<?php

namespace Illuminate\Queue;

use RuntimeException;

class MaxAttemptsExceededException extends RuntimeException
{
    //
}