summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/config/core/Setting/SettingNoKnownClass.php
blob: 3c527e1ee896a33b257a59c0e07fd75603673ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace dokuwiki\plugin\config\core\Setting;

/**
 * A do-nothing class used to detect settings with a missing setting class.
 * Used internaly to hide undefined settings, and generate the undefined settings list.
 */
class SettingNoKnownClass extends SettingUndefined {
    protected $errorMessage = '_msg_setting_no_known_class';
}