PteroTheme/app/Exceptions/AutoDeploymentException.php

10 lines
110 B
PHP
Raw Permalink Normal View History

<?php
namespace Pterodactyl\Exceptions;
2019-09-06 05:32:57 +01:00
use Exception;
class AutoDeploymentException extends Exception
{
}