Home
last modified time | relevance | path

Searched refs:ExceptionNotFound (Results 76 – 100 of 187) sorted by relevance

12345678

/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php10 use ComboStrap\ExceptionNotFound; alias
141 } catch (ExceptionNotFound $e) {
187 } catch (ExceptionNotFound $e) {
195 } catch (ExceptionNotFound $e) {
238 } catch (ExceptionNotFound $e) {
279 } catch (ExceptionNotFound $e) {
354 * @throws ExceptionNotFound
360 throw new ExceptionNotFound();
/plugin/combo/action/
H A Dindexer.php18 use ComboStrap\ExceptionNotFound; alias
147 } catch (ExceptionNotFound $e) {
164 } catch (ExceptionNotFound $e) {
H A Dtoc.php3 use ComboStrap\ExceptionNotFound; alias
54 } catch (ExceptionNotFound $e) {
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 Dstaticresource.php4 use ComboStrap\ExceptionNotFound; alias
225 } catch (ExceptionNotFound $e) {
245 } catch (ExceptionNotFound $e) {
284 } catch (ExceptionNotFound $e) {
355 * @throws ExceptionNotFound
H A Dmetatitle.php4 use ComboStrap\ExceptionNotFound; alias
47 } catch (ExceptionNotFound $e) {
H A Dlinkmove.php7 use ComboStrap\ExceptionNotFound; alias
41 } catch (ExceptionNotFound $e) {
145 } catch (ExceptionNotFound $e) {
192 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/
H A DMarkupRef.php73 * @throws ExceptionNotFound
134 } catch (ExceptionNotFound $e) {
287 } catch (ExceptionNotFound $e) {
352 * @throws ExceptionNotFound
363 * @throws ExceptionNotFound
449 * @throws ExceptionNotFound
455 throw new ExceptionNotFound("No path was found");
472 * @throws ExceptionNotFound
477 throw new ExceptionNotFound("This ref ($this->ref) is not an interWiki.");
H A DHttpResponse.php68 if ($e instanceof ExceptionNotFound || $e instanceof ExceptionNotExists) {
103 } catch (ExceptionNotFound|ExceptionNotExists $e) {
287 * @throws ExceptionNotFound
294 throw new ExceptionNotFound("No header found for the name $headerName");
301 * @throws ExceptionNotFound - if the header was not found
408 } catch (ExceptionNotFound $e) {
H A DFetcherTraitWikiPath.php44 * @throws ExceptionNotFound - thrown by other class via the overwritten of {@link setSourceImage} (not found image)
89 * @throws ExceptionNotFound
115 } catch (ExceptionNotFound $e) {
H A DToc.php42 * @throws ExceptionNotFound - if the TOC variable was not found
48 throw new ExceptionNotFound("No global TOC variable found");
312 * @throws ExceptionNotFound
318 throw new ExceptionNotFound("No toc");
H A DReplicationDate.php64 * @throws ExceptionNotFound
68 throw new ExceptionNotFound("No default replication date");
H A DIFetcher.php70 * @throws ExceptionNotFound - if the buster cannot be calculated (file does not exist for instance)
100 * @throws ExceptionNotFound
H A DFirstImage.php47 * @throws ExceptionNotFound
54 } catch (ExceptionNotFound $e) {
H A DFetcherRaster.php112 } catch (ExceptionNotFound $e) {
184 * @throws ExceptionNotFound
242 } catch (ExceptionNotFound $e) {
323 * @throws ExceptionNotFound
H A DPermalinkTag.php42 } catch (ExceptionNotFound $e) {
48 } catch (ExceptionNotFound $e) {
62 } catch (ExceptionNotFound $e) {
90 } catch (ExceptionNotFound $e) {
194 * @throws ExceptionNotFound
H A DDokuwikiId.php43 throw new ExceptionNotFound($e->getMessage());
46 throw new ExceptionNotFound("Unknown path, the dokuwiki id cannot be determined");
H A DSite.php333 * @throws ExceptionNotFound
343 throw new ExceptionNotFound("No Svg Logo Image found");
347 * @throws ExceptionNotFound
363 throw new ExceptionNotFound("No raster logo image was found");
702 } catch (ExceptionNotFound $e) {
847 * @throws ExceptionNotFound
853 throw new ExceptionNotFound("No logo image was installed", "logo");
888 * @throws ExceptionNotFound
912 throw new ExceptionNotFound("No Base dir");
H A DFeaturedIcon.php61 } catch (ExceptionNotFound $e) {
76 throw new ExceptionNotFound();
H A DIdManager.php55 } catch (ExceptionNotFound $e) {
66 } 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 DMarkupCacheDependencies.php226 } catch (ExceptionNotFound $e) {
312 } catch (ExceptionCast|ExceptionNotFound $e) {
317 } catch (ExceptionNotFound $e) {
386 } catch (ExceptionNotFound $e) {
H A DFetcherRailBar.php63 * @throws ExceptionNotFound
113 } catch (ExceptionNotFound $e) {
298 } catch (ExceptionNotFound $e) {
316 * @throws ExceptionNotFound
321 throw new ExceptionNotFound("No requested view port");
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php10 use ComboStrap\ExceptionNotFound; alias
54 * @throws ExceptionNotFound
61 throw new ExceptionNotFound("No first child element");
152 * @throws ExceptionNotFound
160 throw new ExceptionNotFound("No element was found with the selector $selector");
322 * @throws ExceptionNotFound
336 throw new ExceptionNotFound("No parent node found");
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php8 use ComboStrap\ExceptionNotFound; alias
183 } catch (ExceptionNotFound $e) {
194 } catch (ExceptionNotFound $e) {
208 } catch (ExceptionNotFound $e) {
315 } catch (ExceptionNotFound $e) {

12345678