Home
last modified time | relevance | path

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

123

/plugin/structcondstyle/
H A Daction.php16 use dokuwiki\plugin\struct\meta\StructException; alias
196 } catch (StructException $e) {
/plugin/struct/meta/
H A DCSVSerialImporter.php17 throw new StructException('There is no "pid" header in the CSV. Schema not imported.');
H A DAccessTable.php131 throw new StructException('Schema does not exist. Only data of existing schemas can be accessed');
212 throw new StructException("Unknown column %s in schema.", hsc($colname));
543 throw new StructException('Given timestamp is not valid for current Schema');
H A DAccessTablePage.php71 throw new StructException("Saving with zero timestamp does not work.");
H A DSchema.php192 if (!$this->id) throw new StructException('can not delete unsaved schema');
241 if (!$this->id) throw new StructException('can not clear data of unsaved schema');
H A DCSVPageImporter.php19 throw new StructException('There is no "pid" header in the CSV. Schema not imported.');
H A DConfigParser.php138 throw new StructException("unknown option '%s'", hsc($key));
/plugin/structgroup/types/
H A DGroup.php6 use dokuwiki\plugin\struct\meta\StructException; alias
/plugin/structupdate/helper/
H A Dupdate.php18 use dokuwiki\plugin\struct\meta\StructException; alias
/plugin/structodt/
H A Dhelper.php15 use dokuwiki\plugin\struct\meta\StructException; alias

123