mirror of
https://github.com/pterodactyl/panel.git
synced 2026-04-13 11:25:52 -05:00
10 lines
174 B
PHP
10 lines
174 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions\Service\Schedule\Task;
|
|
|
|
use Pterodactyl\Exceptions\DisplayException;
|
|
|
|
class TaskIntervalTooLongException extends DisplayException
|
|
{
|
|
}
|