bztang-admin/vendor/laravel/framework/src/Illuminate/Queue/ManuallyFailedException.php

11 lines
125 B
PHP

<?php
namespace Illuminate\Queue;
use RuntimeException;
class ManuallyFailedException extends RuntimeException
{
//
}