1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-28 12:52:28 +01:00
Pterodactyl-Panel/app/Exceptions/PterodactylException.php
Dane Everitt 54b6fb5ebd
More work on the API utilizing Laravel 5.5 exception rendering
Also corrects API format to maintain JSONAPI spec
2017-12-17 14:57:05 -06:00

8 lines
92 B
PHP

<?php
namespace Pterodactyl\Exceptions;
class PterodactylException extends \Exception
{
}