mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
12 lines
141 B
PHP
12 lines
141 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace OCA\NextcloudPi\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class SaveSettingsException extends Exception {
|
|
}
|
|
|
|
?>
|