Home
last modified time | relevance | path

Searched refs:StructException (Results 51 – 60 of 60) sorted by last modified time

123

/plugin/structcondstyle/
H A Daction.php16 use dokuwiki\plugin\struct\meta\StructException; alias
196 } catch (StructException $e) {
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php20 use dokuwiki\plugin\struct\meta\StructException; alias
106 } catch (StructException $e) {
159 } catch (StructException $e) {
/plugin/structupdate/helper/
H A Dupdate.php18 use dokuwiki\plugin\struct\meta\StructException; alias
/plugin/structgroupby/syntax/
H A Done.php13 use dokuwiki\plugin\struct\meta\StructException; alias
86 } catch (StructException $e) {
/plugin/structsection/
H A Dsyntax.php12 use dokuwiki\plugin\struct\meta\StructException; alias
103 } catch (StructException $e) {
122 } catch (StructException $ignored) {
/plugin/structat/meta/
H A DSearchConfigAt.php8 use dokuwiki\plugin\struct\meta\StructException; alias
55 if(!$this->columns) throw new StructException('nocolname');
/plugin/structat/syntax/
H A Dtable.php12 use dokuwiki\plugin\struct\meta\StructException; alias
83 } catch (StructException $e) {
120 } catch (StructException $e) {
/plugin/swarmwebhook/
H A Dhelper.php4 use dokuwiki\plugin\struct\meta\StructException; alias
51 throw new StructException('lookup save error: no permission for schema');
55 … throw new StructException("Validation failed:\n%s", implode("\n", $validator->getErrors()));
58 throw new StructException('No data saved');
87 throw new StructException('lookup delete error: no permission for schema');
/plugin/structjoin/types/
H A DJoin.php6 use dokuwiki\plugin\struct\meta\StructException; alias
103 throw new StructException("Select Lookup column to use Join.");
164 throw new StructException("Select Lookup column to use Join.");
189 throw new StructException("Select Lookup column to use Join.");
/plugin/structgroup/types/
H A DGroup.php6 use dokuwiki\plugin\struct\meta\StructException; alias

123