Made it possible to validate servers.spec options when updating them via API. Migrated config:edit to use the API to reduce code duplication.
This commit is contained in:
12
src/Libs/Exceptions/ValidationException.php
Normal file
12
src/Libs/Exceptions/ValidationException.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Libs\Exceptions;
|
||||
|
||||
/**
|
||||
* Class ValidationException
|
||||
*/
|
||||
class ValidationException extends RuntimeException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user