<?php
namespace Illuminate\Queue;
use RuntimeException;
class ManuallyFailedException extends RuntimeException
{
//
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository