Home
last modified time | relevance | path

Searched refs:ExceptionNotExists (Results 1 – 25 of 43) sorted by relevance

12

/plugin/combo/ComboStrap/
H A DFetcherRaster.php44 * @throws ExceptionNotExists
56 * @throws ExceptionNotExists
286 * @throws ExceptionNotExists - if the image does not exists
301 * @throws ExceptionNotExists - if the file does not exists
H A DIcon.php20 * @throws ExceptionNotExists
35 * @throws ExceptionNotExists
69 throw new ExceptionNotExists($message, Icon::ICON_CANONICAL_NAME);
H A DHttp.php103 * @throws ExceptionNotExists
109 throw new ExceptionNotExists("No value found");
H A DExceptionNotExists.php19 class ExceptionNotExists extends ExceptionCompile class
H A DPageImageTag.php104 } catch (ExceptionNotExists|ExceptionBadArgument|ExceptionBadSyntax $e) {
117 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
175 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
H A DHttpResponse.php68 if ($e instanceof ExceptionNotFound || $e instanceof ExceptionNotExists) {
103 } catch (ExceptionNotFound|ExceptionNotExists $e) {
302 * @throws ExceptionNotExists - if the header value could not be identified
H A DDatabasePageRow.php106 } catch (ExceptionNotExists $e) {
179 * @throws ExceptionNotExists - no page id to add
233 } catch (ExceptionNotExists $e) {
240 } catch (ExceptionNotExists $e) {
448 * @throws ExceptionNotExists - if the row does not exists
497 throw new ExceptionNotExists("No row could be found");
824 } catch (ExceptionNotExists $e) {
880 } catch (ExceptionNotExists $e) {
H A DMediaMarkup.php145 * @throws ExceptionNotExists
167 * @throws ExceptionNotExists
431 * @throws ExceptionNotFound|ExceptionNotExists
770 * @throws ExceptionNotExists
782 * @throws ExceptionNotExists
H A DComboFs.php28 } catch (ExceptionNotExists $e) {
H A DMediaLink.php55 * @throws ExceptionNotExists
H A DIFetcherLocalImage.php18 * @throws ExceptionNotExists
H A DLowQualityCalculatedIndicator.php51 } catch (ExceptionNotExists $e) {
H A DCacheResults.php55 } catch (ExceptionNotExists $e) {
H A DFetcherRawLocalPath.php64 * @throws ExceptionNotExists
H A DCacheExpirationDate.php51 } catch (ExceptionNotExists $e) {
H A DCacheReportHtmlDataBlockArray.php80 } catch (ExceptionNotExists $e) {
/plugin/combo/action/
H A Dqualitymutation.php7 use ComboStrap\ExceptionNotExists; alias
74 } catch (ExceptionNotExists $e) {
H A Dsnippets.php5 use ComboStrap\ExceptionNotExists; alias
102 } catch (ExceptionNotExists $e) {
H A Dbacklinkmutation.php8 use ComboStrap\ExceptionNotExists; alias
72 } catch (ExceptionNotExists $e) {
H A Dmetatwitter.php6 use ComboStrap\ExceptionNotExists; alias
174 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
/plugin/combo/syntax/
H A Ddisqus.php4 use ComboStrap\ExceptionNotExists; alias
143 } catch (ExceptionNotExists $e) {
H A Dmedia.php11 use ComboStrap\ExceptionNotExists; alias
331 } catch (ExceptionNotExists $e) {
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php10 use ComboStrap\ExceptionNotExists; alias
55 * @throws ExceptionNotExists - if the resource does not exist in the database
77 * @throws ExceptionNotExists
H A DMetadataDokuWikiStore.php9 use ComboStrap\ExceptionNotExists; alias
336 } catch (ExceptionNotExists $e) {
/plugin/combo/
H A Dcli.php17 use ComboStrap\ExceptionNotExists; alias
383 } catch (ExceptionNotExists $e) {
398 } catch (ExceptionNotFound|ExceptionNotExists $e) {

12