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