Home
last modified time | relevance | path

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

12

/plugin/combo/ComboStrap/
H A DFetcherMarkupBuilder.php83 throw new ExceptionRuntimeInternal("The source path ({$sourcePath}) is not supported as markup source path.", $e);
204 throw new ExceptionRuntimeInternal("A markup source path, a markup string or instructions should be given");
215 throw new ExceptionRuntimeInternal("Only one input should be given, we have found 2 inputs ($foundInput and markup string)");
222 throw new ExceptionRuntimeInternal("Only one input should be given, we have found 2 inputs ($foundInput and instructions)");
230 throw new ExceptionRuntimeInternal("A mime is mandatory");
233 throw new ExceptionRuntimeInternal("A context path is mandatory");
260 throw new ExceptionRuntimeInternal("A renderer name (ie builder name/output object type) is mandatory");
H A DTemplateSlot.php57 throw new ExceptionRuntimeInternal("$elementId is not a valid slot id. Valid ids are (" . ArrayUtility::formatAsString(self::SLOT_IDS) . ").");
103 throw new ExceptionRuntimeInternal("Internal: The markup name ($pathNameWithoutExtension) was unexpected, it's not a slot");
117 throw new ExceptionRuntimeInternal("Main content area is not a slot and does not have any last slot name");
127 throw new ExceptionRuntimeInternal("Internal: The element ($elementId) was unexpected, it's not a slot");
H A DMarkupFileSystem.php84 throw new ExceptionRuntimeInternal("The path could not be cast to a local path", self::CANONICAL, 1, $e);
94 throw new ExceptionRuntimeInternal("The path could not be deleted", self::CANONICAL, 1, $e);
H A DMarkupCacheDependencies.php233 throw new ExceptionRuntimeInternal("The requested dependency value ($dependenciesValue) has no calculation");
318 throw new ExceptionRuntimeInternal("No executing path to calculate the cache key");
387 throw new ExceptionRuntimeInternal("There is no executing path, you can create a cache dependencies store", self::CANONICAL);
H A DExceptionRuntimeInternal.php5 class ExceptionRuntimeInternal extends ExceptionRuntime class
H A DFetcherPageBundler.php92 throw new ExceptionRuntimeInternal("We were unable to get the start markup wiki path. Error:{$e->getMessage()}", self::CANONICAL);
101 throw new ExceptionRuntimeInternal("The toc could not be created. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
116 throw new ExceptionRuntimeInternal("The $layoutName template returns an error", self::CANONICAL, 1, $e);
H A DMetadataStoreTransfer.php70 throw new ExceptionRuntimeInternal("The original metadata should be defined");
157 throw new ExceptionRuntimeInternal("The metadata to process were already set");
H A DSqliteRequest.php127 throw new ExceptionRuntimeInternal("The database adapter is null, no error info can be retrieved");
136 throw new ExceptionRuntimeInternal("The database object is null, it seems that the database connection has been closed. Are you in two differents execution context ?");
H A DFetcherMarkupWebcode.php115 throw new ExceptionRuntimeInternal($message);
133 throw new ExceptionRuntimeInternal("An error has occurred while transforming the markup fragment to HTML. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
H A DTemplateEngine.php85 throw new ExceptionRuntimeInternal($e);
147 throw ExceptionRuntimeInternal::withMessageAndError("Error while instantiating handlebars for page", $e);
310 throw new ExceptionRuntimeInternal("We can create a template only in a custom theme directory");
H A DOutline.php253 throw new ExceptionRuntimeInternal("This is not a dokuwiki header call", self::CANONICAL);
271 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
306 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
319 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
481 throw new ExceptionRuntimeInternal("Error while adding a section during the outline merge. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
617 throw new ExceptionRuntimeInternal("The path is not a wiki path");
H A DComboFs.php33 throw new ExceptionRuntimeInternal("Unable to store the page id in the database. Message:" . $e->getMessage(), self::CANONICAL, 1, $e);
H A DClassUtility.php74 throw new ExceptionRuntimeInternal("We could load the ClassUtility class. Error: {$e->getMessage()}");
H A DMarkupDynamicRender.php77 throw new ExceptionRuntimeInternal("xhtml should be available");
H A DFetcherPage.php209 throw new ExceptionRuntimeInternal("This fetcher page object has already been close and cannot be reused", self::NAME);
299 throw new ExceptionRuntimeInternal("Not a local wiki path", self::NAME, 1, $e);
H A DPathTreeNode.php45 throw new ExceptionRuntimeInternal("We shouldn't add the node two times. ", self::CANONICAL, 1, $e);
H A DBootstrap.php272 throw new ExceptionRuntimeInternal("Unable to read the file {$bootstrapJsonFile} as json.", self::CANONICAL, 1, $e);
275 throw new ExceptionRuntimeInternal("The bootstrap version ($version) could not be found in the file $bootstrapJsonFile");
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php13 use ComboStrap\ExceptionRuntimeInternal; alias
138 throw new ExceptionRuntimeInternal("The uid class should be defined for the metadata ($metadata)");
250 throw new ExceptionRuntimeInternal("The children of the tabular metadata ($metadata) should be set to synchronize into the database");
268 throw new ExceptionRuntimeInternal("An exception has occurred with the $tableName ({$metadata->getResource()}) selection query. Message: {$e->getMessage()}, Query: ($query", self::CANONICAL, 1, $e);
H A DMetadataDokuWikiStore.php12 use ComboStrap\ExceptionRuntimeInternal; alias
297 throw new ExceptionRuntimeInternal("Should not happen", $e);
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php8 use ComboStrap\ExceptionRuntimeInternal; alias
60 throw new ExceptionRuntimeInternal("Error while creating the ajax fetcher.", self::CANONICAL, 1, $e);
/plugin/combo/action/
H A Dmetaprocessing.php5 use ComboStrap\ExceptionRuntimeInternal; alias
54 throw new ExceptionRuntimeInternal("The before variable should be unset in the after method");
H A Deventsystem.php18 use ComboStrap\ExceptionRuntimeInternal; global() alias
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataDateTime.php13 use ComboStrap\ExceptionRuntimeInternal; alias
45 throw ExceptionRuntimeInternal::withMessageAndError("The date time should have been checked on set. This error should not happen", $e);
H A DMetadataTabular.php11 use ComboStrap\ExceptionRuntimeInternal; alias
245 throw ExceptionRuntimeInternal::withMessageAndError("The $identifierMetadataObject should be known", $e);
389 throw ExceptionRuntimeInternal::withMessageAndError("The meta identifier ($identifierMetadata) should have a value", $e);
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php11 use ComboStrap\ExceptionRuntimeInternal; alias
114 throw new ExceptionRuntimeInternal("The type ($type) is not a known field type");
392 throw new ExceptionRuntimeInternal("The value ($value) is not a boolean");
395 throw new ExceptionRuntimeInternal("The default value ($defaultValuePlaceholderOrReturned) is not a boolean");

12