7 lines
92 B
PHP
7 lines
92 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions;
|
|
|
|
class PterodactylException extends \Exception
|
|
{
|
|
}
|