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

namespace dokuwiki\plugin\config\core\Setting;

/**
 * Class setting_no_class
 * 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 SettingNoClass extends SettingUndefined {
    protected $errorMessage = '_msg_setting_no_class';
}