Home
last modified time | relevance | path

Searched refs:ExceptionNotFound (Results 51 – 75 of 187) sorted by relevance

12345678

/plugin/combo/action/
H A Dmetagoogle.php3 use ComboStrap\ExceptionNotFound; alias
44 } catch (ExceptionNotFound $e) {
55 } catch (ExceptionNotFound $e) {
H A Dcanonical.php7 use ComboStrap\ExceptionNotFound; alias
56 } catch (ExceptionNotFound $e) {
63 } catch (ExceptionNotFound $e) {
H A Dslottemplate.php8 use ComboStrap\ExceptionNotFound; alias
48 } catch (ExceptionNotFound $e) {
60 } catch (ExceptionNotFound $e) {
H A Dmetadescription.php3 use ComboStrap\ExceptionNotFound; alias
39 } catch (ExceptionNotFound $e) {
53 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/
H A DFirstRasterImage.php52 * @throws ExceptionNotFound
59 throw new ExceptionNotFound();
72 throw new ExceptionNotFound();
H A DMime.php67 * @throws ExceptionNotFound
119 throw new ExceptionNotFound("No mime was found for the extension ($extension)");
138 } catch (ExceptionNotFound $e) {
147 } catch (ExceptionNotFound $e) {
156 } catch (ExceptionNotFound $e) {
H A DSiteConfig.php241 * @throws ExceptionNotFound
248 throw new ExceptionNotFound("No rem sized defined");
255 throw new ExceptionNotFound($message);
480 } catch (ExceptionNotFound $e) {
512 * @throws ExceptionNotFound
520 throw new ExceptionNotFound();
526 throw new ExceptionNotFound();
540 } catch (ExceptionNotFound $e) {
556 * @throws ExceptionNotFound
562 throw new ExceptionNotFound();
[all...]
H A DFetcherPdf.php26 } catch (ExceptionNotFound $e) {
48 * @throws ExceptionNotFound
53 throw new ExceptionNotFound("No page number");
H A DImageLink.php38 } catch (ExceptionNotFound $e) {
46 * @throws ExceptionNotFound
83 } catch (ExceptionNotFound $e) {
96 } catch (ExceptionNotFound $e) {
H A DPageUrlPath.php85 throw new ExceptionNotFound("The Url Path is not implemented for the resource type (" . $page->getType() . ")");
96 throw new ExceptionNotFound("Same value as default");
110 } catch (ExceptionNotFound $e) {
262 } catch (ExceptionNotFound $e) {
276 } catch (ExceptionNotFound $e) {
291 } catch (ExceptionNotFound $e) {
H A DPageImageTag.php98 } catch (ExceptionNotFound $e) {
112 } catch (ExceptionNotFound $e) {
124 } catch (ExceptionNotFound $e) {
169 } catch (ExceptionNotFound $e) {
182 } catch (ExceptionNotFound|ExceptionBadArgument $e) {
189 } catch (ExceptionNotFound $e) {
251 } catch (ExceptionNotFound $e) {
H A DTemplateSlot.php161 * @throws ExceptionNotFound - if the area is not a slot or there is no path found
176 } catch (ExceptionNotFound $e) {
183 } catch (ExceptionNotFound $e) {
198 * @throws ExceptionNotFound if the page/markup fragment was not found (a container element does not have any also)
214 throw new ExceptionNotFound("The fragment path ($fragmentPath) was no found");
H A DWikiFileSystem.php47 * @throws ExceptionNotFound
57 * @throws ExceptionNotFound
67 * @throws ExceptionNotFound
136 * @throws ExceptionNotFound
H A DIcon.php21 * @throws ExceptionNotFound
36 * @throws ExceptionNotFound
52 throw new ExceptionNotFound("A name is mandatory as attribute for an icon. It was not found.", Icon::ICON_CANONICAL_NAME);
77 } catch (ExceptionNotFound $e) {
H A DTemplateEngine.php50 } catch (ExceptionNotFound $e) {
170 } catch (ExceptionNotFound $e) {
249 } catch (ExceptionNotFound $e) {
277 * @throws ExceptionNotFound
284 throw new ExceptionNotFound("No template directory as this is not a file engine");
329 * @throws ExceptionNotFound
339 throw new ExceptionNotFound("No file named $name found");
H A DFetcherPageSearch.php32 * @throws ExceptionNotFound|ExceptionBadArgument
78 * @throws ExceptionNotFound
83 throw new ExceptionNotFound("No search terms were requested");
H A DThirdMediaLink.php29 } catch (ExceptionNotFound $e) {
43 } catch (ExceptionNotFound $e) {
69 } catch (ExceptionNotFound $e) {
H A DImageSystem.php13 * @throws ExceptionNotFound - if the image was not found
58 * @throws ExceptionNotFound
76 throw new ExceptionNotFound("No page image metadata image could be found for the page ($page)");
H A DMarkupRenderer.php94 } catch (ExceptionNotFound $e) {
208 } catch (ExceptionNotFound $e) {
214 * @throws ExceptionNotFound
220 throw new ExceptionNotFound("No requested context path");
H A DMarkupFileSystem.php35 * @throws ExceptionNotFound
44 * @throws ExceptionNotFound
65 } catch (ExceptionNotFound $e) {
H A DModificationDate.php37 } catch (ExceptionNotFound $e) {
96 * @throws ExceptionNotFound - if the file does not exists
103 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php7 use ComboStrap\ExceptionNotFound; alias
80 * @throws ExceptionNotFound
114 throw new ExceptionNotFound("The parameter ($parameter) was not found for this request");
123 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/Tag/
H A DShareTag.php10 use ComboStrap\ExceptionNotFound; alias
66 } catch (ExceptionNotFound $e) {
72 } catch (ExceptionNotFound $e) {
130 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/Meta/Field/
H A DPageH1.php7 use ComboStrap\ExceptionNotFound; alias
79 } catch (ExceptionNotFound $e) {
95 } catch (ExceptionNotFound $e) {
H A DPageTemplateName.php7 use ComboStrap\ExceptionNotFound; alias
106 } catch (ExceptionNotFound $e) {
160 } catch (ExceptionNotFound $e) {
204 } catch (ExceptionNotFound $e) {
258 } catch (ExceptionNotFound $e) {

12345678