11 lines
130 B
PHP
11 lines
130 B
PHP
<?php
|
|
|
|
namespace Illuminate\Queue;
|
|
|
|
use RuntimeException;
|
|
|
|
class MaxAttemptsExceededException extends RuntimeException
|
|
{
|
|
//
|
|
}
|