mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 09:02:28 +01:00
8 lines
95 B
PHP
8 lines
95 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions;
|
|
|
|
class AutoDeploymentException extends \Exception
|
|
{
|
|
}
|