expatbase/var/www/html/flarum/vendor/illuminate/queue/ManuallyFailedException.php
2025-08-29 00:22:05 +09:00

10 lines
125 B
PHP
Executable file

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