mirror of
https://github.com/pterodactyl/panel.git
synced 2026-02-06 06:52:07 -06:00
8 lines
95 B
PHP
8 lines
95 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions;
|
|
|
|
class AutoDeploymentException extends \Exception
|
|
{
|
|
}
|