Lines Matching refs:StructException
15 use dokuwiki\plugin\struct\meta\StructException;
46 * @throws StructException
89 * @throws StructException
100 if (!page_exists($page)) throw new StructException("Page does not exist. You can not attach struct data");
105 throw new StructException("Validation failed:\n%s", implode("\n", $errors));
129 throw new StructException('lookup save error: no permission for schema');
133 throw new StructException("Validation failed:\n%s", implode("\n", $validator->getErrors()));
136 throw new StructException('No data saved');
165 * @throws StructException
189 * @throws StructException
203 * @throws StructException
209 if ($value[0] !== '[') throw new StructException('Lookup expects JSON');