Home
last modified time | relevance | path

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

12

/plugin/combo/ComboStrap/
H A DLocalPath.php397 throw new ExceptionRuntime($message);
449 throw new ExceptionRuntime($message);
H A DBrandListTag.php113 throw new ExceptionRuntime($message, BrandListTag::MARKUP, 0, $e);
H A DMarkupCacheDependencies.php280 throw new ExceptionRuntime("Unknown dependency value ($dependencyName)");
H A DMarkupPath.php592 throw new ExceptionRuntime("The path of this markup is not a wiki path");
H A DMetadataFrontmatterStore.php149 throw new ExceptionRuntime("Error while synchronizing data in the frontmatter", self::CANONICAL, 1, $e);
324 throw new ExceptionRuntime("The generated frontmatter json is no a valid json");
H A DMetadataSingleArrayStore.php71 throw new ExceptionRuntime("Not yet implemented, use sendToStore");
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 DExceptionRuntime.php16 class ExceptionRuntime extends \RuntimeException class
H A DExceptionRuntimeInternal.php5 class ExceptionRuntimeInternal extends ExceptionRuntime
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 DFetcherRaster.php277 throw new ExceptionRuntime("Fetch Raster image is not yet implemented");
H A DFetcherSvg.php1716 throw new ExceptionRuntime("The svg file ($path) was not found", self::CANONICAL);
1721 throw new ExceptionRuntime("The svg file ($path) is not a valid svg. Error: {$e->getMessage()}");
H A DLinkMarkup.php125 throw new ExceptionRuntime("Internal error: an id should be a good reference");
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 DMediaMarkup.php218 throw new ExceptionRuntime("Media Rendering Error. {$e->getMessage()}", MediaLink::CANONICAL, 0, $e);
H A DDatabasePageRow.php394 throw new ExceptionRuntime("The database file does not exist");
584 throw new ExceptionRuntime("The attribute ($key) has value that is an array (" . implode(", ", $value) . ")");
974 throw new ExceptionRuntime("An exception has occurred with the page search from CANONICAL. " . $e->getMessage());
1229 throw new ExceptionRuntime("The metadata ($attribute) was not found in the returned database row.", $this->getCanonical());
/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);
H A Dmedia.php13 use ComboStrap\ExceptionRuntime; alias
/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/Meta/Api/
H A DMetadata.php21 use ComboStrap\ExceptionRuntime; alias
224 throw new ExceptionRuntime("The store class ($store) is not a metadata store class");
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 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 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/Xml/
H A DXmlElement.php11 use ComboStrap\ExceptionRuntime; alias
129 throw new ExceptionRuntime("Not able to delete the attribute $attributeName of the node element {$this->domElement->tagName} in the Xml document");

12