Home
last modified time | relevance | path

Searched refs:ExceptionRuntime (Results 26 – 40 of 40) sorted by last modified time

12

/plugin/combo/
H A Dcli.php19 use ComboStrap\ExceptionRuntime;
289 } catch (ExceptionRuntime $e) {
21 use ComboStrap\ExceptionRuntime; global() alias
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php8 use ComboStrap\ExceptionRuntime; alias
50 * @throws ExceptionRuntime
/plugin/combo/ComboStrap/
H A DExceptionBadSyntaxRuntime.php12 class ExceptionBadSyntaxRuntime extends ExceptionRuntime
H A DExceptionExit.php18 class ExceptionExit extends ExceptionRuntime {
H A DFileSystems.php26 throw new ExceptionRuntime("File system ($scheme) unknown");
42 throw new ExceptionRuntime("File system ($scheme) unknown");
58 throw new ExceptionRuntime("File system ($scheme) unknown");
76 throw new ExceptionRuntime("File system ($scheme) unknown");
104 throw new ExceptionRuntime("File system ($scheme) unknown");
118 throw new ExceptionRuntime("File system ($scheme) unknown");
135 throw new ExceptionRuntime("File system ($scheme) unknown");
148 throw new ExceptionRuntime("File system ($scheme) unknown");
167 throw new ExceptionRuntime("File system ($scheme) unknown");
190 throw new ExceptionRuntime("Erro
[all...]
H A DFetcherMarkup.php319 throw new ExceptionRuntime("Internal error: The XHTML mime was not found.", self::CANONICAL, 1, $e);
509 throw new ExceptionRuntime("There is no snippet cache store for a non-path execution");
786 throw new ExceptionRuntime("Internal error: The fetch path should exists.", self::CANONICAL, 1, $e);
1331 throw new ExceptionRuntime($e);
1347 throw new ExceptionRuntime($e);
H A DHtml.php16 * @throws ExceptionRuntime
27 throw new ExceptionRuntime("The name ($name) is not a valid name");
H A DHttpRequest.php84 throw new ExceptionRuntime("Real HTTP fetch not yet implemented, only test fetch");
101 throw new ExceptionRuntime("The url path is not a doku endpoint path");
104 throw new ExceptionRuntime("The path is mandatory");
133 throw new ExceptionRuntime("The method ({$this->method}) is not implemented");
H A DHttpResponse.php424 throw new ExceptionRuntime("HtmlPage Execution Error: \n{$browserRunner->getExitMessage()} ");
H A DSite.php301 throw new ExceptionRuntime("The old directory ($oldDirConf) is null");
565 throw new ExceptionRuntime("The page directory ($pageDirectory) is null");
799 throw new ExceptionRuntime("The media directory ($mediaDirectory) is null");
809 throw new ExceptionRuntime("The cache directory ($cacheDirectory) is null");
H A DSiteConfig.php417 throw new ExceptionRuntime("The meta directory configuration value ('metadir') is null");
491 throw new ExceptionRuntime("The data directory ($dataDirectory) is null");
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php12 use ComboStrap\ExceptionRuntime; alias
98 throw new ExceptionRuntime("The metadata ($metadata) is not yet supported on set", self::CANONICAL);
107 throw new ExceptionRuntime("The resource type ({$resource->getType()}) is not yet supported for the database metadata store", self::CANONICAL);
288 throw new ExceptionRuntime("To implement");
309 throw new ExceptionRuntime("Not implemented");
H A DMetadataDokuWikiStore.php11 use ComboStrap\ExceptionRuntime; alias
165 throw new ExceptionRuntime("A resource is mandatory", self::CANONICAL);
168 throw new ExceptionRuntime("The DokuWiki metadata store is only for page resource", self::CANONICAL);
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php11 use ComboStrap\ExceptionRuntime; alias
350 throw new ExceptionRuntime("xpath query error ($xpathQuery");
/plugin/combo/ComboStrap/Tag/
H A DShareTag.php11 use ComboStrap\ExceptionRuntime; alias
102 throw new ExceptionRuntime($message, self::CANONICAL, 1, $e);

12