View file vendor/laravel/framework/src/Illuminate/Queue/ManuallyFailedException.php

File size: 125B
<?php

namespace Illuminate\Queue;

use RuntimeException;

class ManuallyFailedException extends RuntimeException
{
    //
}