Lines Matching refs:StructException
17 use dokuwiki\plugin\struct\meta\StructException;
68 } catch (StructException $e) {
125 throw new StructException('inline save error: init');
133 throw new StructException('inline save error: schema not assigned to page');
137 throw new StructException('inline save error: no permission for schema');
144 throw new StructException(implode("\n", $validator->getErrors()));
161 throw new StructException('saving failed');
230 } catch (StructException $ignore) {
247 * @throws StructException when check fails
252 throw new StructException('inline save error: no such page');
255 throw new StructException('inline save error: acl');
258 throw new StructException('inline save error: lock');
265 * @throws StructException when check fails
274 throw new StructException('CSRF check failed');