mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 00:34:44 +02:00
10 lines
158 B
PHP
10 lines
158 B
PHP
<?php
|
|
|
|
namespace App\Exceptions\Service\Schedule\Task;
|
|
|
|
use App\Exceptions\DisplayException;
|
|
|
|
class TaskIntervalTooLongException extends DisplayException
|
|
{
|
|
}
|