Home
last modified time | relevance | path

Searched refs:ExceptionNotFound (Results 1 – 25 of 187) sorted by last modified time

12345678

/plugin/combo/ComboStrap/
H A DJson.php47 * @throws ExceptionNotFound
H A DLazyLoad.php258 } catch (ExceptionNotFound $e) {
H A DLdJson.php93 } catch (ExceptionNotFound $e) {
226 } catch (ExceptionNotFound $e) {
254 } catch (ExceptionNotFound $e) {
362 } catch (ExceptionNotFound $e) {
373 } catch (ExceptionNotFound $e) {
405 } catch (ExceptionNotFound $e) {
412 } catch (ExceptionNotFound $e) {
420 } catch (ExceptionNotFound $e) {
428 } catch (ExceptionNotFound $e) {
464 } catch (ExceptionNotFound
[all...]
H A DLead.php63 throw new ExceptionNotFound();
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("N
[all...]
H A DLocalPath.php62 * @throws ExceptionNotFound - if the env directory is not found
99 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
154 * @throws ExceptionNotFound
163 throw new ExceptionNotFound(" The home directory variable could not be found");
184 throw new ExceptionNotFound("No last name for the path ($this)");
195 throw new ExceptionNotFound("No extension found for the path ($this)");
217 throw new ExceptionNotFound("No parent");
434 } catch (ExceptionNotFound $e) {
455 * @throws ExceptionNotFound
460 throw new ExceptionNotFound("N
[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
[all...]
H A DBrand.php100 } catch (ExceptionNotFound $e) {
135 } catch (ExceptionNotFound $e) {
179 } catch (ExceptionNotFound $e) {
277 } catch (ExceptionNotFound $e) {
300 } catch (ExceptionNotFound $e) {
337 * @throws ExceptionNotFound
343 throw new ExceptionNotFound("No abbreviations");
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 DLowQualityPageOverwrite.php69 } catch (ExceptionNotFound $e) {
H A DBrandTag.php243 } catch (ExceptionNotFound $e) {
H A DMarkupCacheDependencies.php226 } catch (ExceptionNotFound $e) {
312 } catch (ExceptionCast|ExceptionNotFound $e) {
317 } catch (ExceptionNotFound $e) {
386 } catch (ExceptionNotFound $e) {
H A DMarkupDynamicRender.php38 * @throws ExceptionNotFound
45 throw new ExceptionNotFound("No renderer was found for the format $format");
57 * @throws ExceptionNotFound
76 } catch (ExceptionNotFound $e) {
H A DMarkupFileSystem.php35 * @throws ExceptionNotFound
44 * @throws ExceptionNotFound
65 } catch (ExceptionNotFound $e) {
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
[all...]
H A DCacheExpirationDate.php34 * @throws ExceptionNotFound - if their is no default value, the HTML document does not exists, the cache is disabled
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) {
/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/action/
H A Dcacheexpiration.php9 use ComboStrap\ExceptionNotFound; alias
97 } catch (ExceptionNotFound $e) {
H A Dcss.php6 use ComboStrap\ExceptionNotFound; alias
H A Dimgmove.php5 use ComboStrap\ExceptionNotFound; alias
68 } catch (ExceptionNotFound $e) {
74 } catch (ExceptionNotFound $e) {
200 } catch (ExceptionNotFound $e) {
243 } catch (ExceptionNotFound $e) {
H A Dindexer.php18 use ComboStrap\ExceptionNotFound; alias
147 } catch (ExceptionNotFound $e) {
164 } catch (ExceptionNotFound $e) {
/plugin/combo/syntax/
H A Dfragment.php4 use ComboStrap\ExceptionNotFound; alias
180 } catch (ExceptionNotFound $e) {
202 * @throws ExceptionNotFound
H A Dfrontmatter.php26 use ComboStrap\ExceptionNotFound; alias
214 } catch (ExceptionNotFound $e) {
363 } catch (ExceptionBadArgument|ExceptionNotFound|ExceptionBadSyntax $e) {
H A Dhighlightwiki.php7 use ComboStrap\ExceptionNotFound; alias
54 } catch (ExceptionNotFound $e) {
H A Diterator.php5 use ComboStrap\ExceptionNotFound; alias
122 } catch (ExceptionNotFound $e) {
408 } catch (ExceptionNotFound $e) {

12345678