mirror of
https://github.com/pterodactyl/panel.git
synced 2025-12-10 15:40:07 -06:00
10 lines
110 B
PHP
10 lines
110 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class AutoDeploymentException extends Exception
|
|
{
|
|
}
|