Home
last modified time | relevance | path

Searched refs:ExceptionRuntime (Results 1 – 25 of 40) sorted by relevance

12

/plugin/combo/ComboStrap/
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 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 DMime.php139 throw new ExceptionRuntime("Json is a known extension and should not throw. Error :{$e->getMessage()}");
148 throw new ExceptionRuntime("Html is a known extension and should not throw. Error :{$e->getMessage()}");
157 throw new ExceptionRuntime("Txt is a known extension and should not throw. Error :{$e->getMessage()}");
H A DExceptionRuntimeInternal.php5 class ExceptionRuntimeInternal extends ExceptionRuntime
H A DExceptionBadSyntaxRuntime.php12 class ExceptionBadSyntaxRuntime extends ExceptionRuntime
H A DExceptionExit.php18 class ExceptionExit extends ExceptionRuntime {
H A DMarkupRenderer.php95 throw new ExceptionRuntime("Internal error: the mime is internal and should be good");
209 throw new ExceptionRuntime("Internal error", 0, $e);
H A DHtml.php16 * @throws ExceptionRuntime
27 throw new ExceptionRuntime("The name ($name) is not a valid name");
H A DFetcherMarkupBuilder.php170 throw new ExceptionRuntime("Internal error", 0, $e);
187 throw new ExceptionRuntime("Internal error: the mime is internal and should be good");
367 throw new ExceptionRuntime("Internal error", 0, $e);
H A DExceptionRuntime.php16 class ExceptionRuntime extends \RuntimeException class
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 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 DBrandListTag.php113 throw new ExceptionRuntime($message, BrandListTag::MARKUP, 0, $e);
H A DLocalPath.php397 throw new ExceptionRuntime($message);
449 throw new ExceptionRuntime($message);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataStoreAbs.php7 use ComboStrap\ExceptionRuntime; alias
36 throw new ExceptionRuntime("The page ($requestedResource) is unknown. We got data for the page ($this->page)", $this->getCanonical());
51 throw new ExceptionRuntime("The class value is not a string", MetadataStoreAbs::CANONICAL);
54 throw new ExceptionRuntime("The value ($readStore) is not a subclass of a store.");
57 throw new ExceptionRuntime("The resource is null. You can't implement a store without a resource.");
H A DMetadataBoolean.php10 use ComboStrap\ExceptionRuntime; alias
57 throw new ExceptionRuntime("The value is not a boolean: " . var_export($value, true));
H A DMetadataDateTime.php12 use ComboStrap\ExceptionRuntime; alias
61 throw new ExceptionRuntime("The value is not a date time. Value: " . var_export($value, true));
H A DMetadataTabular.php10 use ComboStrap\ExceptionRuntime; alias
67 throw new ExceptionRuntime("The data set is not an array (The tabular data is an array of rows)");
72 throw new ExceptionRuntime("The element of the array are not rows. The index ($key) should be numeric and is not");
/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/action/
H A Dimgmove.php6 use ComboStrap\ExceptionRuntime; alias
231 throw new ExceptionRuntime($e->getMessage(), $e->getCanonical(), 0, $e);
254 throw new ExceptionRuntime($e->getMessage(), self::CANONICAL, 0, $e);
/plugin/combo/ComboStrap/Tag/
H A DShareTag.php11 use ComboStrap\ExceptionRuntime; alias
102 throw new ExceptionRuntime($message, self::CANONICAL, 1, $e);
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php8 use ComboStrap\ExceptionRuntime; alias
50 * @throws ExceptionRuntime
/plugin/combo/syntax/
H A Dfrontmatter.php27 use ComboStrap\ExceptionRuntime; alias
260 throw new ExceptionRuntime("Front Matter: The json object for the page () is not valid.", LogUtility::LVL_MSG_ERROR);
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php11 use ComboStrap\ExceptionRuntime; alias
350 throw new ExceptionRuntime("xpath query error ($xpathQuery");

12