Home
last modified time | relevance | path

Searched refs:ExceptionCompile (Results 51 – 75 of 141) sorted by path

123456

/plugin/combo/ComboStrap/
H A DLdJson.php222 } catch (ExceptionCompile $e) {
H A DLocalFileSystem.php109 * @throws ExceptionCompile
115 throw new ExceptionCompile("Unable to create the directory path ($dirPath)");
H A DLogUtility.php84 } catch (ExceptionCompile $e) {
131 } catch (ExceptionCompile $e) {
182 } catch (ExceptionCompile $e) {
288 * @throws ExceptionCompile
296 throw new ExceptionCompile($newMessage);
H A DLowQualityCalculatedIndicator.php66 } catch (ExceptionCompile $e) {
H A DMarkupCacheDependencies.php246 * @throws ExceptionCompile
343 } catch (ExceptionCompile $e) {
H A DMarkupDynamicRender.php90 * @throws ExceptionCompile
119 throw new ExceptionCompile("Error while rendering instructions. Error was: {$e->getMessage()}", "dynamic renderer", 1, $e);
H A DMarkupPath.php272 * @throws ExceptionCompile
405 * @throws ExceptionCompile
418 * @throws ExceptionCompile
970 } catch (ExceptionCompile $e) {
1162 * @throws ExceptionCompile
1290 * @throws ExceptionCompile
1350 * @throws ExceptionCompile
1363 * @throws ExceptionCompile
1475 * @throws ExceptionCompile
1488 * @throws ExceptionCompile
[all...]
H A DMarkupRef.php331 } catch (ExceptionCompile $e) {
H A DMarkupRenderUtility.php26 * @throws ExceptionCompile
65 * @throws ExceptionCompile
85 * @throws ExceptionCompile
103 * @throws ExceptionCompile
H A DMediaMarkup.php200 } catch (ExceptionCompile $e) {
216 } catch (ExceptionCompile $e) {
H A DMetadataFrontmatterStore.php39 * @throws ExceptionCompile
147 } catch (ExceptionCompile $e) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php19 use ComboStrap\ExceptionCompile; alias
183 } catch (ExceptionCompile $e) {
H A DMetadataBoolean.php8 use ComboStrap\ExceptionCompile; alias
116 * @throws ExceptionCompile
H A DMetadataDateTime.php10 use ComboStrap\ExceptionCompile; alias
68 * @throws ExceptionCompile
105 } catch (ExceptionCompile $e) {
167 } catch (ExceptionCompile $e) {
H A DMetadataInteger.php8 use ComboStrap\ExceptionCompile; alias
39 * @throws ExceptionCompile
48 * @throws ExceptionCompile
H A DMetadataJson.php7 use ComboStrap\ExceptionCompile; alias
23 * @throws ExceptionCompile
48 } catch (ExceptionCompile $e) {
55 * @throws ExceptionCompile
67 throw new ExceptionCompile("The json persistent value is not an array, nor a string");
H A DMetadataMultiple.php9 use ComboStrap\ExceptionCompile; alias
36 * @throws ExceptionCompile
45 throw new ExceptionCompile("The value is not an array. Value: " . var_export($value, true));
172 } catch (ExceptionCompile $e) {
H A DMetadataText.php8 use ComboStrap\ExceptionCompile; alias
77 * @throws ExceptionCompile
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php7 use ComboStrap\ExceptionCompile; alias
180 } catch (ExceptionCompile $e) {
207 } catch (ExceptionCompile $e) {
261 } catch (ExceptionCompile $e) {
270 * @throws ExceptionCompile
280 * @throws ExceptionCompile
H A DBacklinkCount.php6 use ComboStrap\ExceptionCompile; alias
99 } catch (ExceptionCompile $e) {
H A DPageImage.php7 use ComboStrap\ExceptionCompile; alias
60 * @throws ExceptionCompile
70 throw new ExceptionCompile("The page image usage value ($value) is not valid.");
H A DPageImagePath.php7 use ComboStrap\ExceptionCompile; alias
71 throw new ExceptionCompile("The image ($value) does not exists", $this->getCanonical());
H A DPageImages.php7 use ComboStrap\ExceptionCompile; alias
62 * @throws ExceptionCompile
126 * @throws ExceptionCompile
152 * @throws ExceptionCompile
210 } catch (ExceptionCompile $e) {
220 * @throws ExceptionCompile
281 * @throws ExceptionCompile
287 throw new ExceptionCompile("The image ({$pageImage->getImagePath()}) does not exist", $this->getCanonical());
H A DRegion.php7 use ComboStrap\ExceptionCompile; alias
35 * @throws ExceptionCompile
48 * @throws ExceptionCompile
88 * @throws ExceptionCompile
96 throw new ExceptionCompile("The region value ($value) for the page ({$this->getResource()}) does not have two letters (ISO 3166 alpha-2 region code)", $this->getCanonical());
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php9 use ComboStrap\ExceptionCompile; alias
191 } catch (ExceptionCompile $e) {
222 } catch (ExceptionCompile $e) {
267 } catch (ExceptionCompile $e) {

123456