Home
last modified time | relevance | path

Searched refs:e (Results 376 – 400 of 3328) sorted by last modified time

1...<<11121314151617181920>>...134

/plugin/combo/syntax/
H A Dmedia.php103 } catch (ExceptionNotFound $e) {
104 LogUtility::internalError("The mime for the path ($path) was not found", self::CANONICAL, $e);
118 } catch (Exception $e) {
143 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
144 LogUtility::error("media update statistics: cannot create the media markup", "media", $e);
153 } catch (ExceptionNotFound $e) {
237 } catch (ExceptionCompile $e) {
238 $message = "The media ($match) could not be parsed. Error: {$e->getMessage()}";
240 LogUtility::error($message, self::TAG, $e);
328 } catch (ExceptionNotFound|ExceptionBadArgument|ExceptionBadSyntax $e) {
[all...]
H A Dminimap.php210 } catch (ExceptionCompile $e) {
211 $miniMapList .= \ComboStrap\LogUtility::wrapInRedForHtml("Error. {$e->getMessage()}");
296 } catch (ExceptionCompile $e) {
297 $panelHeaderContent = "Error: {$e->getMessage()}";
H A Dvariable.php150 } catch (ExceptionBadSyntax $e) {
151 $renderer->doc .= $e->getMessage();
/plugin/combo/ComboStrap/
H A DMarkupRenderer.php94 } catch (ExceptionNotFound $e) {
208 } catch (ExceptionNotFound $e) {
209 throw new ExceptionRuntime("Internal error", 0, $e);
H A DCacheManager.php101 } catch (ExceptionNotFound $e) {
109 } catch (ExceptionNotFound $e) {
112 } catch (ExceptionBadSyntax $e) {
H A DCacheReportHtmlDataBlockArray.php44 } catch (ExceptionNotFound $e) {
57 } catch (ExceptionBadArgument $e) {
64 } catch (ExceptionBadArgument $e) {
65 LogUtility::error("Cache reporter: The cache file could not be transformed as a wiki path. Error: " . $e->getMessage());
80 } catch (ExceptionNotExists $e) {
H A DMediaMarkup.php200 } catch (ExceptionCompile $e) {
201 return $e->getMessage();
210 } catch (\Exception $e) {
216 } catch (ExceptionCompile $e) {
218 throw new ExceptionRuntime("Media Rendering Error. {$e->getMessage()}", MediaLink::CANONICAL, 0, $e);
221 $message = "Media ({$mediaMarkup}). Error while rendering: {$e->getMessage()}";
239 } catch (ExceptionNotFound $e) {
244 } catch (ExceptionNotFound $e) {
249 } catch (ExceptionNotFound $e) {
[all...]
H A DCacheResults.php55 } catch (ExceptionNotExists $e) {
57 LogUtility::internalError("The executing path should exist as it's executed",self::CANONICAL, $e);
H A DCarrouselTag.php119 } catch (ExceptionCompile $e) {
120 LogUtility::msg("The minimal width value ($slideMinimalWidth) is not a valid value. Error: {$e->getMessage()}");
H A DClassUtility.php73 } catch (ExceptionNotFound|\ReflectionException $e) {
74 throw new ExceptionRuntimeInternal("We could load the ClassUtility class. Error: {$e->getMessage()}");
79 } catch (ExceptionNotFound $e) {
H A DColorHsl.php130 } catch (ExceptionCompile $e) {
134 throw new ExceptionCompile($message, self::CANONICAL, 0, $e);
H A DConditionalLength.php74 } catch (ExceptionBadSyntax $e) {
93 } catch (ExceptionBadSyntax $e) {
96 } catch (ExceptionBadSyntax $e) {
270 } catch (ExceptionBadArgument $e) {
300 } catch (ExceptionBadArgument $e) {
307 } catch (ExceptionBadArgument $e) {
H A DCron.php21 } catch (\InvalidArgumentException $e) {
/plugin/combo/action/
H A Dlinkmove.php41 } catch (ExceptionNotFound $e) {
145 } catch (ExceptionNotFound $e) {
192 } catch (ExceptionNotFound $e) {
297 } catch (ExceptionCompile $e) {
298 LogUtility::error("Unable to rewrite the markup reference for a link move. The markup ref ($ref) could not be parsed. Error: {$e->getMessage()}");
H A Dlinkwizard.php108 } catch (ExceptionBadArgument $e) {
109 LogUtility::internalError("The selection should return wiki path", self::CANONICAL, $e);
H A Dmetacanonical.php29 } catch (ExceptionNotFound $e) {
62 } catch (ExceptionNotFound $e) {
169 } catch (ExceptionNotFound $e) {
H A Dmetakeywords.php36 } catch (ExceptionNotFound $e) {
42 } catch (ExceptionNotFound $e) {
H A Dmetaprocessing.php109 } catch (ExceptionNotFound $e) {
117 } catch (Exception $e) {
H A Dpagesystemmutation.php187 } catch (ExceptionNotFound $e) {
H A Dqualitymutation.php74 } catch (ExceptionNotExists $e) {
79 } catch (ExceptionBadArgument $e) {
H A Drouter.php324 } catch (ExceptionSqliteNotAvailable $e) {
839 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
1052 } catch (ExceptionCompile $e) {
1053 LogUtility::msg("Redirection Log Insert Error. {$e->getMessage()}");
1113 } catch (ExceptionBadSyntax $e) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataJson.php48 } catch (ExceptionCompile $e) {
49 LogUtility::msg("Value in the store is not a valid json. Message:" . $e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
H A DMetadataMultiple.php77 } catch (ExceptionNotFound $e) {
101 } catch (ExceptionNotFound $e) {
172 } catch (ExceptionCompile $e) {
173 LogUtility::msg($e->getMessage(), $e->getCanonical());
H A DMetadataTabular.php104 } catch (ExceptionNotFound $e) {
244 } catch (ExceptionBadArgument $e) {
245 throw ExceptionRuntimeInternal::withMessageAndError("The $identifierMetadataObject should be known", $e);
388 } catch (ExceptionNotFound $e) {
389 throw ExceptionRuntimeInternal::withMessageAndError("The meta identifier ($identifierMetadata) should have a value", $e);
H A DMetadataWikiPath.php82 } catch (ExceptionNotFound $e) {
100 } catch (ExceptionNotFound $e) {
127 } catch (ExceptionBadArgument $e) {

1...<<11121314151617181920>>...134