mirror of
https://github.com/pelican-dev/panel.git
synced 2025-10-30 13:26:52 +01:00
8 lines
147 B
PHP
8 lines
147 B
PHP
<?php
|
|
|
|
namespace App\Exceptions\Service\Deployment;
|
|
|
|
use App\Exceptions\DisplayException;
|
|
|
|
class NoViableNodeException extends DisplayException {}
|