Home
last modified time | relevance | path

Searched refs:ExceptionNotFound (Results 126 – 150 of 187) sorted by relevance

12345678

/plugin/combo/action/
H A Dpagesystemmutation.php7 use ComboStrap\ExceptionNotFound; alias
187 } catch (ExceptionNotFound $e) {
H A Dcacheexpiration.php9 use ComboStrap\ExceptionNotFound; alias
97 } catch (ExceptionNotFound $e) {
H A Ddocustom.php4 use ComboStrap\ExceptionNotFound; alias
141 } catch (ExceptionNotFound $e) {
H A Danalytics.php25 use ComboStrap\ExceptionNotFound; alias
H A Deventsystem.php17 use ComboStrap\ExceptionNotFound; global() alias
H A Dsnippetsbootstrap.php9 use ComboStrap\ExceptionNotFound; alias
303 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/
H A DPageId.php291 } catch (ExceptionNotFound $e) {
330 } catch (ExceptionNotFound $e) {
348 * @throws ExceptionNotFound
H A DExceptionNotFound.php12 class ExceptionNotFound extends ExceptionCompile class
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 DFetcherMarkupWebcode.php60 } catch (ExceptionNotFound|\ReflectionException $e) {
112 } catch (ExceptionNotFound $e) {
H A DLang.php109 * @throws ExceptionNotFound
147 } catch (ExceptionNotFound $e) {
H A DPageDescription.php101 } catch (ExceptionNotFound $e) {
223 } 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) {
H A DDisplay.php27 } catch (ExceptionNotFound $e) {
H A DEndDate.php54 throw new ExceptionNotFound("The end date does not have any default value");
H A DStartDate.php53 throw new ExceptionNotFound("Start date does not have any default value");
H A DMediaLink.php56 * @throws ExceptionNotFound
H A DLead.php63 throw new ExceptionNotFound();
H A DLowQualityPageOverwrite.php69 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataSystem.php12 use ComboStrap\ExceptionNotFound; alias
183 * @throws ExceptionNotFound
193 throw new ExceptionNotFound("No metadata found with the name ($name)");
/plugin/combo/syntax/
H A Dhighlightwiki.php7 use ComboStrap\ExceptionNotFound; alias
54 } catch (ExceptionNotFound $e) {
H A Dfrontmatter.php26 use ComboStrap\ExceptionNotFound; alias
214 } catch (ExceptionNotFound $e) {
363 } catch (ExceptionBadArgument|ExceptionNotFound|ExceptionBadSyntax $e) {
/plugin/combo/ComboStrap/Tag/
H A DBarTag.php11 use ComboStrap\ExceptionNotFound; alias
49 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php8 use ComboStrap\ExceptionNotFound; alias
180 } catch (ExceptionNotFound $e) {
348 } catch (ExceptionNotFound $e) {
394 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php18 use ComboStrap\ExceptionNotFound; alias
243 * @throws ExceptionNotFound - if the file does not exist
700 * @throws ExceptionNotFound - if the selector selects nothing
708 throw new ExceptionNotFound("No element was found with the selector $selector");

12345678