Home
last modified time | relevance | path

Searched refs:ExceptionBadState (Results 1 – 19 of 19) sorted by relevance

/template/strap/ComboStrap/
H A DFetcherMarkupWebcode.php44 * @throws ExceptionBadState - the markup is mandatory
95 * @throws ExceptionBadState - if the markup was not defined
165 * @throws ExceptionBadState
170 throw new ExceptionBadState("The markup was not defined.", self::CANONICAL);
H A DTreeNode.php26 …* @throws ExceptionBadState - if the node has already been added and is not the same than in the t…
43 … throw new ExceptionBadState("The node ($treeNode) was already added but not on this level");
H A DDatabasePageRow.php524 * @throws ExceptionBadState
532 …throw new ExceptionBadState("You can't replicate the page ($this->markupPath) because it does not …
558 * @throws ExceptionBadState
570 * @throws ExceptionBadState - if the array is empty
577 throw new ExceptionBadState("The page database attribute passed should not be empty");
615 …throw new ExceptionBadState("There was a problem during the page attribute updates. : {$e->getMess…
630 … throw new ExceptionBadState("The page should be defined to create a page database row");
640 … throw new ExceptionBadState("You can't insert a page in the database without a page id");
654 throw new ExceptionBadState($message);
661 …throw new ExceptionBadState("The markup path {$this->markupPath} could not be transformed as wiki …
[all …]
H A DExceptionBadState.php5 class ExceptionBadState extends ExceptionCompile class
H A DEditButton.php142 } catch (ExceptionNotAuthorized|ExceptionBadState $e) {
227 …* @throws ExceptionBadState - if the page is a revision page or the HTML is not the output of a pa…
246 … throw new ExceptionBadState("Internal Error: No edit button can be added to a revision page");
H A DMarkupDynamicRender.php91 * @throws ExceptionBadState
H A DSnippet.php917 …* @throws ExceptionBadState - an error where for instance an inline script does not have any conte…
973 * @throws ExceptionBadState - if no content was found
1001 …throw new ExceptionBadState("The internal js snippet ($this) has no content. Skipped", self::CANON…
1082 … throw new ExceptionBadState("The extension ($extension) is unknown", self::CANONICAL);
H A DOutline.php278 } catch (ExceptionBadState $e) {
313 } catch (ExceptionBadState $e) {
326 } catch (ExceptionBadState $e) {
491 } catch (ExceptionBadState $e) {
H A DFetcherPageBundler.php251 } catch (ExceptionBadState $e) {
265 } catch (ExceptionBadState $e) {
H A DFetcherSvg.php241 * @throws ExceptionBadState
457 * @throws ExceptionBadState
472 * @throws ExceptionBadState - if no svg was set to be processed
561 * @throws ExceptionBadState
849 * @throws ExceptionBadState
1528 * @throws ExceptionBadState
H A DPathTreeNode.php44 } catch (ExceptionBadState $e) {
H A DSvgImageLink.php255 …} catch (ExceptionNotFound|ExceptionBadArgument|ExceptionBadState|ExceptionBadSyntax|ExceptionComp…
H A DHttpResponse.php74 } elseif ($e instanceof ExceptionBadState || $e instanceof ExceptionInternal) {
H A DTemplateForWebPage.php692 } catch (ExceptionBadState $e) {
/template/strap/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php7 use ComboStrap\ExceptionBadState; alias
135 * @throws ExceptionBadState - if for any reason, it's not possible to store the data
146 throw new ExceptionBadState("A resource is mandatory", self::CANONICAL);
149 …throw new ExceptionBadState("The DokuWiki metadata store is only for page resource", self::CANONIC…
/template/strap/ComboStrap/Xml/
H A DXmlDocument.php16 use ComboStrap\ExceptionBadState; alias
775 * @throws ExceptionBadState
784 throw new ExceptionBadState("The first DOM node is not a DOM element");
/template/strap/action/
H A Dsnippets.php4 use ComboStrap\ExceptionBadState; alias
/template/strap/syntax/
H A Dwebcode.php22 use ComboStrap\ExceptionBadState; alias
/template/strap/ComboStrap/Tag/
H A DWebCodeTag.php8 use ComboStrap\ExceptionBadState; alias
300 } catch (ExceptionBadState $e) {