Home
last modified time | relevance | path

Searched refs:ExceptionNotFound (Results 26 – 50 of 187) sorted by last modified time

12345678

/plugin/combo/ComboStrap/
H A DCacheTag.php30 } catch (ExceptionNotFound $e) {
82 } 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 DDateTag.php39 } catch (ExceptionNotFound $e) {
H A DMetadataFrontmatterStore.php55 } catch (ExceptionNotFound $e) {
97 } catch (ExceptionNotFound $e) {
102 } catch (ExceptionNotFound $e) {
244 * @throws ExceptionNotFound - if the page does not exist
H A DMetadataStoreTransfer.php79 } catch (ExceptionNotFound $e) {
H A DExceptionNotFound.php12 class ExceptionNotFound extends ExceptionCompile class
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 DModificationDate.php37 } catch (ExceptionNotFound $e) {
96 * @throws ExceptionNotFound - if the file does not exists
103 } catch (ExceptionNotFound $e) {
H A DFetcherAppPages.php48 } catch (ExceptionNotFound $e) {
116 } catch (ExceptionNotFound $e) {
185 * @throws ExceptionNotFound
190 throw new ExceptionNotFound("No requested layout");
210 } catch (ExceptionNotFound $e) {
272 * @throws ExceptionNotFound
H A DPageDescription.php101 } catch (ExceptionNotFound $e) {
223 } catch (ExceptionNotFound $e) {
H A DFetcherCache.php81 } catch (ExceptionNotFound $e) {
H A DPageExplorerTag.php151 } catch (ExceptionNotFound $e) {
311 } catch (ExceptionNotFound $e) {
332 } catch (ExceptionNotFound $e) {
340 } catch (ExceptionNotFound $e) {
477 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php20 use ComboStrap\ExceptionNotFound; alias
131 * @throws ExceptionNotFound
136 throw new ExceptionNotFound("No parent");
203 } catch (ExceptionNotFound $e) {
419 } catch (ExceptionNotFound $e) {
440 } catch (ExceptionNotFound $e) {
539 } catch (ExceptionNotFound $e) {
715 * @throws ExceptionNotFound - if the value is null
721 * @throws ExceptionNotFound
736 * @throws ExceptionNotFound
[all...]
H A DMetadataBoolean.php9 use ComboStrap\ExceptionNotFound; alias
34 * @throws ExceptionNotFound
40 throw new ExceptionNotFound("No ($this) found");
76 } catch (ExceptionNotFound $e) {
94 } catch (ExceptionNotFound $e) {
H A DMetadataDateTime.php11 use ComboStrap\ExceptionNotFound; alias
39 } catch (ExceptionNotFound $e) {
81 } catch (ExceptionNotFound $e) {
127 * @throws ExceptionNotFound
133 throw new ExceptionNotFound("The resource does not have this date time ($this)");
H A DMetadataSystem.php12 use ComboStrap\ExceptionNotFound; alias
183 * @throws ExceptionNotFound
193 throw new ExceptionNotFound("No metadata found with the name ($name)");
/plugin/combo/action/
H A Dmetadescription.php3 use ComboStrap\ExceptionNotFound; alias
39 } catch (ExceptionNotFound $e) {
53 } catch (ExceptionNotFound $e) {
H A Dmetafacebook.php8 use ComboStrap\ExceptionNotFound; alias
73 } catch (ExceptionNotFound $e) {
88 } catch (ExceptionNotFound $e) {
116 } catch (ExceptionNotFound $e) {
124 } catch (ExceptionNotFound $e) {
173 } catch (ExceptionNotFound $e) {
217 } catch (ExceptionNotFound $e) {
H A Dmetagoogle.php3 use ComboStrap\ExceptionNotFound; alias
44 } catch (ExceptionNotFound $e) {
55 } catch (ExceptionNotFound $e) {
H A Dmetatitle.php4 use ComboStrap\ExceptionNotFound; alias
47 } catch (ExceptionNotFound $e) {
H A Dmetatwitter.php14 use ComboStrap\ExceptionNotFound; alias
105 } catch (ExceptionNotFound $e) {
162 } catch (ExceptionNotFound $e) {
H A Dslottemplate.php8 use ComboStrap\ExceptionNotFound; alias
48 } catch (ExceptionNotFound $e) {
60 } catch (ExceptionNotFound $e) {
H A Dsnippetsbootstrap.php9 use ComboStrap\ExceptionNotFound; alias
303 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php8 use ComboStrap\ExceptionNotFound; alias
41 * @throws ExceptionNotFound
60 } catch (ExceptionNotFound $e) {
167 } 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) {

12345678