| Path : /var/www/html/solarwindia/vendor/laravel/framework/src/Illuminate/Queue/ |
| Current File : /var/www/html/solarwindia/vendor/laravel/framework/src/Illuminate/Queue/ManuallyFailedException.php |
<?php
namespace Illuminate\Queue;
use RuntimeException;
class ManuallyFailedException extends RuntimeException
{
//
}