54b6fb5ebd
Also corrects API format to maintain JSONAPI spec
9 lines
186 B
PHP
9 lines
186 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions\Repository\Daemon;
|
|
|
|
use Pterodactyl\Exceptions\Repository\RepositoryException;
|
|
|
|
class InvalidPowerSignalException extends RepositoryException
|
|
{
|
|
}
|