2017-09-10 04:55:21 +00:00
|
|
|
<?php
|
|
|
|
|
2017-09-13 04:45:19 +00:00
|
|
|
namespace Pterodactyl\Exceptions\Service\Schedule\Task;
|
2017-09-10 04:55:21 +00:00
|
|
|
|
2017-09-13 04:45:19 +00:00
|
|
|
use Pterodactyl\Exceptions\DisplayException;
|
2017-09-10 04:55:21 +00:00
|
|
|
|
2017-09-13 04:45:19 +00:00
|
|
|
class TaskIntervalTooLongException extends DisplayException
|
2017-09-10 04:55:21 +00:00
|
|
|
{
|
|
|
|
}
|