mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-27 19:09:01 +03: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 {}
|