Home
last modified time | relevance | path

Searched refs:StructException (Results 51 – 60 of 60) sorted by path

123

/plugin/structgantt/meta/
H A DGantt.php7 use dokuwiki\plugin\struct\meta\StructException; alias
108 throw new StructException('Not enough Date columns selected');
112 throw new StructException('No label column found');
123 * @throws StructException when the range is not at least two days
147 throw new StructException('Not enough variation in dates to create a range');
/plugin/structgroup/types/
H A DGroup.php6 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/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/structodt/
H A Dhelper.php15 use dokuwiki\plugin\struct\meta\StructException; alias
/plugin/structpublish/action/
H A Dsave.php3 use dokuwiki\plugin\struct\meta\StructException; alias
44 } 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/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/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');

123