mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-05-01 20:33:45 +02:00
5ed164e13e
Also implements auto-deployment to specific locations and ports.
10 lines
164 B
PHP
10 lines
164 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions\Service\Deployment;
|
|
|
|
use Pterodactyl\Exceptions\DisplayException;
|
|
|
|
class NoViableNodeException extends DisplayException
|
|
{
|
|
}
|