Home
last modified time | relevance | path

Searched refs:ExceptionNotFound (Results 1 – 25 of 193) sorted by relevance

12345678

/template/strap/ComboStrap/Web/
H A DUrl.php13 use ComboStrap\ExceptionNotFound; alias
274 * @throws ExceptionNotFound
280 throw new ExceptionNotFound("The key ($key) was not found");
289 * @throws ExceptionNotFound
294 … throw new ExceptionNotFound("The property ($propertyName) was not found", self::CANONICAL);
309 * @throws ExceptionNotFound
314 throw new ExceptionNotFound("The scheme was not found");
345 } catch (ExceptionNotFound $e) {
410 } catch (ExceptionNotFound $e) {
422 } catch (ExceptionNotFound $e) {
[all …]
H A DUrlRewrite.php6 use ComboStrap\ExceptionNotFound; alias
53 } catch (ExceptionNotFound $e) {
88 } catch (ExceptionNotFound $e) {
101 } catch (ExceptionNotFound $e) {
114 } catch (ExceptionNotFound $e) {
124 } catch (ExceptionNotFound $e) {
153 } catch (ExceptionNotFound $e) {
176 } catch (ExceptionNotFound $e) {
182 } catch (ExceptionNotFound $e) {
/template/strap/ComboStrap/
H A DMediaMarkup.php125 * @throws ExceptionNotFound
144 * @throws ExceptionNotFound
168 * @throws ExceptionNotFound
239 } catch (ExceptionNotFound $e) {
244 } catch (ExceptionNotFound $e) {
249 } catch (ExceptionNotFound $e) {
260 } catch (ExceptionNotFound $e) {
268 } catch (ExceptionNotFound $e) {
274 } catch (ExceptionNotFound $e) {
289 } catch (ExceptionNotFound $e) {
[all …]
H A DFetcherImage.php59 } catch (ExceptionNotFound $e) {
66 } catch (ExceptionNotFound $e) {
73 } catch (ExceptionNotFound $e) {
108 } catch (ExceptionNotFound $e) {
113 } catch (ExceptionNotFound $e) {
246 * @throws ExceptionNotFound
329 } catch (ExceptionNotFound $e) {
340 } catch (ExceptionNotFound $e) {
344 } catch (ExceptionNotFound $e) {
356 } catch (ExceptionNotFound $e) {
[all …]
H A DFetcherSvg.php189 * @throws ExceptionNotFound
195 throw new ExceptionNotFound("Optimization was not set");
205 } catch (ExceptionNotFound $e) {
212 * @throws ExceptionNotFound
218 throw new ExceptionNotFound("No preserve style attribute was set");
460 * @throws ExceptionNotFound
481 * @throws ExceptionNotFound
512 } catch (ExceptionNotFound $e) {
517 } catch (ExceptionNotFound $e) {
522 } catch (ExceptionNotFound $e) {
[all …]
H A DSnippet.php227 } catch (ExceptionNotFound $e) {
273 } catch (ExceptionNotFound $e) {
310 } catch (ExceptionNotFound $e) {
321 } catch (ExceptionNotFound $e) {
326 } catch (ExceptionNotFound $e) {
334 } catch (ExceptionNotFound $e) {
379 } catch (ExceptionNotFound $e) {
389 } catch (ExceptionNotFound $e) {
456 * @throws ExceptionNotFound
461 throw new ExceptionNotFound("No inline content set");
[all …]
H A DExecutionContext.php179 } catch (ExceptionNotFound $e) {
208 } catch (ExceptionNotFound $e) {
218 * @throws ExceptionNotFound
223 throw new ExceptionNotFound("No root context");
275 } catch (ExceptionNotFound $e) {
306 } catch (ExceptionNotFound $e) {
315 * @throws ExceptionNotFound
321 throw new ExceptionNotFound("No executing id was found");
431 } catch (ExceptionNotFound $e) {
441 } catch (ExceptionNotFound $e) {
[all …]
H A DBootstrap.php152 } catch (ExceptionNotFound|ExceptionBadSyntax $e) {
171 } catch (ExceptionBadSyntax|ExceptionNotFound $e) {
205 } catch (ExceptionNotFound $e) {
217 * @throws ExceptionNotFound
224 throw new ExceptionNotFound("No css snippet");
239 } catch (ExceptionNotFound $e) {
245 } catch (ExceptionNotFound $e) {
250 } catch (ExceptionNotFound $e) {
270 } catch (ExceptionBadSyntax|ExceptionNotFound $e) {
305 } catch (ExceptionNotFound $e) {
[all …]
H A DTemplateForWebPage.php98 * @throws ExceptionNotFound
119 * @throws ExceptionNotFound
124 throw new ExceptionNotFound("A requested context path was not found");
195 * @throws ExceptionNotFound
200 throw new ExceptionNotFound("No requested lang");
215 } catch (ExceptionNotFound $e) {
230 * @throws ExceptionNotFound
238 * @throws ExceptionNotFound
244 throw new ExceptionNotFound("No js file");
280 } catch (ExceptionNotFound $e) {
[all …]
H A DTreeNode.php32 } catch (ExceptionNotFound $e) {
88 * @throws ExceptionNotFound
94 throw new ExceptionNotFound("This node has no child");
118 } catch (ExceptionNotFound $e) {
134 * @throws ExceptionNotFound
139 throw new ExceptionNotFound("No parent node");
158 * @throws ExceptionNotFound
163 throw new ExceptionNotFound("No child identifier level found");
H A DCacheExpirationDate.php34 …* @throws ExceptionNotFound - if their is no default value, the HTML document does not exists, the…
41 throw new ExceptionNotFound("Cache expiration is only available for page fragment");
52 throw new ExceptionNotFound("The executing path does not exist.");
56 throw new ExceptionNotFound("There is no HTML document created to expire.");
62 throw new ExceptionNotFound("Cache has been disabled globally on the site");
80 * @throws ExceptionNotFound
87 } catch (ExceptionNotFound $e) {
H A DCanonical.php36 * @throws ExceptionNotFound
42 } catch (ExceptionNotFound $e) {
88 * @throws ExceptionNotFound
95 throw new ExceptionNotFound("No default value for other resources than page");
104 … throw new ExceptionNotFound("Default canonical value is not enabled, no default canonical");
152 throw new ExceptionNotFound();
176 * @throws ExceptionNotFound
187 * @throws ExceptionNotFound
199 throw new ExceptionNotFound($message);
H A DIFetcherAbs.php52 } catch (ExceptionNotFound $e) {
64 } catch (ExceptionNotFound $e) {
76 } catch (ExceptionNotFound $e) {
101 } catch (ExceptionNotFound $e) {
124 * @throws ExceptionNotFound
129 throw new ExceptionNotFound("No cache was requested");
204 * @throws ExceptionNotFound
210 throw new ExceptionNotFound("No url fragment was requested");
H A DFetcherSystem.php18 * @throws ExceptionNotFound
40 } catch (ExceptionNotFound $e) {
49 throw new ExceptionNotFound("No fetcher could be matched to the url ($fetchUrl)");
53 } catch (ExceptionNotFound $e) {
72 * @throws ExceptionNotFound - if the fetcher is unknown
80 } catch (ExceptionNotFound $e) {
97 throw new ExceptionNotFound("No fetcher found with the name ($fetcherName)");
H A DMarkupPath.php205 * @throws ExceptionNotFound
232 * @throws ExceptionNotFound
292 } catch (ExceptionNotFound $e) {
307 } catch (ExceptionNotFound $e) {
323 } catch (ExceptionNotFound $e) {
338 * @throws ExceptionNotFound
465 } catch (ExceptionNotFound $e) {
515 } catch (ExceptionNotFound $e) {
532 * @throws ExceptionNotFound
561 } catch (ExceptionNotFound $e) {
[all …]
H A DLocalFileSystem.php36 * @throws ExceptionNotFound - if the file does not exist
49 } catch (ExceptionNotFound $e) {
55 throw new ExceptionNotFound("The file ($path) does not exists");
63 * @throws ExceptionNotFound - if the file does not exist
68 … throw new ExceptionNotFound("Local File System Modified Time: The file ($path) does not exist");
75 * @throws ExceptionNotFound
80 throw new ExceptionNotFound("The path ($path) does not exists, no creation time");
184 * @throws ExceptionNotFound
198 } catch (ExceptionNotFound $e) {
206 …throw new ExceptionNotFound("No closest was found for the file name ($lastFullName) from the path …
H A DLowQualityCalculatedIndicator.php38 } catch (ExceptionNotFound $e) {
47 throw new ExceptionNotFound("Low Quality is only for page resources");
52 throw new ExceptionNotFound("No analytics document could be found");
57 throw new ExceptionNotFound("No analytics document could be found");
63 throw new ExceptionNotFound("The value is null in the analytics document.");
69 throw new ExceptionNotFound($message);
H A DFetcherMarkup.php218 } catch (ExceptionNotFound $e) {
296 } catch (ExceptionCast|ExceptionNotFound $e) {
317 } catch (ExceptionNotFound $e) {
392 } catch (ExceptionNotExists|ExceptionNotFound $e) {
718 } catch (ExceptionNotFound $e) {
785 } catch (ExceptionNotFound $e) {
801 } catch (ExceptionNotFound|ExceptionCast $e) {
813 } catch (ExceptionNotFound $e) {
827 * @throws ExceptionNotFound
834 throw new ExceptionNotFound("No source path for this markup");
[all …]
H A DFetcherPage.php58 } catch (ExceptionNotFound $e) {
83 } catch (ExceptionNotFound $e) {
102 * @throws ExceptionNotFound
145 } catch (ExceptionNotFound $e) {
191 * @throws ExceptionNotFound
243 } catch (ExceptionNotFound $e) {
248 } catch (ExceptionNotFound $e) {
254 } catch (ExceptionNotFound $e) {
264 } catch (ExceptionNotFound $e) {
283 * @throws ExceptionNotFound
[all …]
/template/strap/ComboStrap/Meta/Field/
H A DAncestorImage.php5 use ComboStrap\ExceptionNotFound; alias
63 * @throws ExceptionNotFound
73 } catch (ExceptionNotFound $e) {
78 } catch (ExceptionNotFound $e) {
87 } catch (ExceptionNotFound $e) {
95 } catch (ExceptionNotFound $e) {
99 throw new ExceptionNotFound();
H A DSocialCardImage.php5 use ComboStrap\ExceptionNotFound; alias
70 } catch (ExceptionNotFound $e) {
75 } catch (ExceptionNotFound $e) {
81 } catch (ExceptionNotFound $e) {
88 * @throws ExceptionNotFound
95 } catch (ExceptionNotFound $e) {
H A DFeaturedImage.php5 use ComboStrap\ExceptionNotFound; alias
75 * @throws ExceptionNotFound
83 } catch (ExceptionNotFound $e) {
86 } catch (ExceptionNotFound $e) {
89 } catch (ExceptionNotFound $e) {
/template/strap/action/
H A Dmetacanonical.php4 use ComboStrap\ExceptionNotFound; alias
22 * @throws ExceptionNotFound
29 } catch (ExceptionNotFound $e) {
33 throw new ExceptionNotFound("No requested page");
40 throw new ExceptionNotFound("Secondary slot");
62 } catch (ExceptionNotFound $e) {
169 } catch (ExceptionNotFound $e) {
194 …throw new ExceptionNotFound("The meta key {$keyToSearch} with the value {$keyValueToSearch} was no…
H A Dmetakeywords.php3 use ComboStrap\ExceptionNotFound; alias
28 * @throws ExceptionNotFound
36 } catch (ExceptionNotFound $e) {
42 } catch (ExceptionNotFound $e) {
/template/strap/ComboStrap/Meta/Api/
H A DMetadataWikiPath.php8 use ComboStrap\ExceptionNotFound; alias
82 } catch (ExceptionNotFound $e) {
100 } catch (ExceptionNotFound $e) {
141 * @throws ExceptionNotFound
149 throw new ExceptionNotFound("No value found");
160 throw new ExceptionNotFound("No default value");

12345678