mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-28 07:21:08 +02: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 {}
|