mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
6 lines
118 B
PHP
6 lines
118 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
namespace AIO\Data;
|
|
|
|
class InvalidSettingConfigurationException extends \Exception {}
|