* @license https://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link https://gnu.io/social */ class ConfigException extends ServerException { public function __construct($message=null) { parent::__construct($message, 500); } }