PteroTheme/app/Exceptions/AutoDeploymentException.php

10 lines
110 B
PHP

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