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