Lines Matching refs:e

98                     } catch (ExceptionNotFound $e) {
104 } catch (ExceptionNotExists|ExceptionBadArgument|ExceptionBadSyntax $e) {
105 LogUtility::warning("Error while creating the fetcher for the feature image ($imagePath) and the page ($contextPage). Error: {$e->getMessage()}", self::CANONICAL, $e);
112 } catch (ExceptionNotFound $e) {
117 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
118 LogUtility::warning("Error while creating the ancestor image handler for the image ($ancestor) and the page ($contextPage). Error: {$e->getMessage()}", self::CANONICAL, $e);
124 } catch (ExceptionNotFound $e) {
143 } catch (ExceptionBadSyntax $e) {
151 } catch (ExceptionBadArgument $e) {
152 LogUtility::warning("The width ($width) is not a valid length and was discarded", self::CANONICAL, $e);
159 } catch (ExceptionBadArgument $e) {
160 LogUtility::warning("The height ($height) is not a valid length and was discarded", self::CANONICAL, $e);
169 } catch (ExceptionNotFound $e) {
175 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
176 LogUtility::warning("Error while creating the first image handler for the image ($firstImagePath) and the page ($contextPage). Error: {$e->getMessage()}", self::CANONICAL, $e);
182 } catch (ExceptionNotFound|ExceptionBadArgument $e) {
183 LogUtility::warning("Error while creating the vignette for the page ($contextPage). Error: {$e->getMessage()}", self::CANONICAL, $e);
189 } catch (ExceptionNotFound $e) {
214 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionCompile $e) {
215 LogUtility::error("The image could not be build. Error: {$e->getMessage()}", PageImageTag::CANONICAL, $e);
248 } catch (ExceptionCompile $e) {
249 LogUtility::msg("The width value ($requestedWidth) could not be translated in pixel value. Error: {$e->getMessage()}");
251 } catch (ExceptionNotFound $e) {
277 } catch (ExceptionCompile $e) {
278 $message = "Error while rendering the page image: {$e->getMessage()}";
279 LogUtility::error($message, self::CANONICAL, $e);