10 lines
125 B
PHP
Executable file
10 lines
125 B
PHP
Executable file
<?php
|
|
|
|
namespace Illuminate\Queue;
|
|
|
|
use RuntimeException;
|
|
|
|
class ManuallyFailedException extends RuntimeException
|
|
{
|
|
//
|
|
}
|