Home
last modified time | relevance | path

Searched refs:ExceptionRuntimeInternal (Results 26 – 46 of 46) sorted by relevance

12

/plugin/combo/ComboStrap/
H A DFileSystems.php332 throw new ExceptionRuntimeInternal("The cache can be clear only for local path");
355 throw new ExceptionRuntimeInternal("The scheme ($scheme) is not yet supported");
H A DDatabasePageRow.php241 throw ExceptionRuntimeInternal::withMessageAndError("The row should exists as we created it specifically", $e);
439 throw ExceptionRuntimeInternal::withMessageAndError("Error while building back the analytics JSON object. {$e->getMessage()}", $e);
918 throw new ExceptionRuntimeInternal("Error while retrieving the object by id", self::CANONICAL, 1, $e);
936 throw new ExceptionRuntimeInternal($message, self::CANONICAL);
1077 throw new ExceptionRuntimeInternal("The wiki id should be available");
1309 throw new ExceptionRuntimeInternal($errorMessage, self::CANONICAL);
1334 throw new ExceptionRuntimeInternal("Error while retrieving the object by rowid ($rowId)", self::CANONICAL, 1, $e);
1346 throw new ExceptionRuntimeInternal("Too much record ($rowCount) for the rowid ($rowId)", self::CANONICAL);
H A DHttpRequest.php95 throw new ExceptionRuntimeInternal("The execution context has ended, you should reopen another one");
H A DFetcherMarkup.php507 throw new ExceptionRuntimeInternal("A source path should be available as this is a path execution");
1090 throw new ExceptionRuntimeInternal("A markup or a source markup path should be specified.");
1379 throw new ExceptionRuntimeInternal("An error has occurred while processing the instructions. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
1421 throw new ExceptionRuntimeInternal("A source path should be defined if it's not a markup string execution");
H A DSnippet.php497 throw new ExceptionRuntimeInternal($message);
711 throw new ExceptionRuntimeInternal("The local url should ne asked. use (hasLocalUrl) before calling this function", self::CANONICAL, $e);
1114 throw new ExceptionRuntimeInternal("We couldn't output the snippet ($this). Error: {$e->getMessage()}", self::CANONICAL, $e);
H A DTemplateForWebPage.php344 throw new ExceptionRuntimeInternal("Bad local name meta, should not occur", self::CANONICAL, 1, $e);
692 throw ExceptionRuntimeInternal::withMessageAndError("The toast snippet should have been found", $e);
914 throw new ExceptionRuntimeInternal("A request path is mandatory when adding a task runner. Disable it if you don't want one in the layout ($this).");
H A DColorRgb.php286 throw new ExceptionRuntimeInternal("It should not happen as the rbg channles are handwritten");
341 throw new ExceptionRuntimeInternal("It should not happen as the rbg channles are handwritten");
H A DExecutionContext.php260 throw new ExceptionRuntimeInternal("The previous root context should be closed first");
337 throw new ExceptionRuntimeInternal("This execution context was already closed");
H A DMediaMarkup.php916 throw new ExceptionRuntimeInternal("No fetcher or url was set");
932 throw ExceptionRuntimeInternal::withMessageAndError("we don't support http fetch", $e);
H A DLogUtility.php396 throw new ExceptionRuntimeInternal("$internalErrorMessage - $message", $canonical, 1, $previous);
H A DFetcherRailBar.php99 throw new ExceptionRuntimeInternal("No fetch path: Railbar is not a file but a dynamic HTML document");
H A DSiteConfig.php270 throw new ExceptionRuntimeInternal("The path ($contextPath) should not be a namespace path");
H A DMarkupRef.php332 throw new ExceptionRuntimeInternal("Path should be a wiki path");
H A DCall.php200 throw new ExceptionRuntimeInternal("The component tag ($componentName) does not exists");
H A DWikiPath.php147 throw new ExceptionRuntimeInternal("The context path is unknwon. The empty path string needs it.");
H A DXmlTagProcessing.php166 throw new ExceptionRuntimeInternal("Should not happen");
H A DMarkupPath.php2227 throw new ExceptionRuntimeInternal("Uid object is a metadata object. It should not happen.", self::CANONICAL_PAGE, 1, $e);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataSystem.php13 use ComboStrap\ExceptionRuntimeInternal; alias
H A DMetadata.php12 use ComboStrap\ExceptionRuntimeInternal; alias
/plugin/combo/ComboStrap/Web/
H A DUrl.php14 use ComboStrap\ExceptionRuntimeInternal;
212 throw new ExceptionRuntimeInternal($message);
16 use ComboStrap\ExceptionRuntimeInternal; global() alias
/plugin/combo/renderer/
H A Danalytics.php9 use ComboStrap\ExceptionRuntimeInternal; alias
170 throw new ExceptionRuntimeInternal("The path ($path) is not a wiki path");

12