mirror of
https://github.com/pterodactyl/panel.git
synced 2026-06-13 08:10: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
|
|
{
|
|
}
|