mirror of
https://github.com/pterodactyl/panel.git
synced 2025-12-11 01:32:47 -06: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
|
|
{
|
|
}
|