Home
last modified time | relevance | path

Searched refs:ExceptionBadSyntax (Results 26 – 50 of 74) sorted by relevance

123

/plugin/combo/syntax/
H A Dvariable.php3 use ComboStrap\ExceptionBadSyntax; alias
150 } catch (ExceptionBadSyntax $e) {
H A Dmedia.php9 use ComboStrap\ExceptionBadSyntax; alias
143 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
328 } catch (ExceptionNotFound|ExceptionBadArgument|ExceptionBadSyntax $e) {
H A Dfrontmatter.php24 use ComboStrap\ExceptionBadSyntax; alias
363 } catch (ExceptionBadArgument|ExceptionNotFound|ExceptionBadSyntax $e) {
/plugin/combo/ComboStrap/Tag/
H A DMermaidTag.php9 use ComboStrap\ExceptionBadSyntax; alias
45 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
/plugin/combo/ComboStrap/
H A DIcon.php18 * @throws ExceptionBadSyntax
34 * @throws ExceptionBadSyntax
H A DExceptionBadSyntax.php12 class ExceptionBadSyntax extends ExceptionCompile class
H A DMetadataFrontmatterStore.php226 * @throws ExceptionBadSyntax
235 throw new ExceptionBadSyntax("The frontmatter is not valid");
243 * @throws ExceptionBadSyntax - if the content has a syntax problem
264 throw new ExceptionBadSyntax("The frontmatter is not the first element");
H A DLinkMarkup.php104 * @throws ExceptionBadSyntax
124 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
131 * @throws ExceptionBadSyntax
490 } catch (ExceptionBadSyntax|ExceptionNotFound $e) {
H A DMediaLink.php54 * @throws ExceptionBadSyntax
H A DPipelineTag.php55 } catch (ExceptionBadSyntax $e) {
H A DIFetcherLocalImage.php17 * @throws ExceptionBadSyntax
H A DSnippetSystem.php281 * @throws ExceptionBadSyntax
299 * @throws ExceptionBadSyntax
H A DFetcherPageBundler.php41 * @throws ExceptionBadSyntax
114 } catch (ExceptionBadSyntax|ExceptionNotFound|ExceptionBadArgument $e) {
H A DFetcherRawLocalPath.php63 * @throws ExceptionBadSyntax
H A DCacheManager.php112 } catch (ExceptionBadSyntax $e) {
H A DHorizontal.php47 } catch (ExceptionBadSyntax $e) {
H A DImageSystem.php34 } catch (ExceptionBadSyntax $e) {
H A DFetcherPage.php100 * @throws ExceptionBadSyntax
190 * @throws ExceptionBadSyntax
H A DCacheTag.php43 } catch (ExceptionBadSyntax $e) {
H A DPagePublicationDate.php131 } catch (ExceptionBadSyntax $e) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataDateTime.php9 use ComboStrap\ExceptionBadSyntax; alias
112 * @throws ExceptionBadSyntax - if the string is not a date string
/plugin/combo/action/
H A Dmetatwitter.php5 use ComboStrap\ExceptionBadSyntax; alias
174 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
H A Dpageprotection.php6 use ComboStrap\ExceptionBadSyntax; alias
191 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
H A Droutermessage.php5 use ComboStrap\ExceptionBadSyntax; alias
239 } catch (ExceptionBadSyntax $e) {
/plugin/combo/ComboStrap/Web/
H A DUrl.php10 use ComboStrap\ExceptionBadSyntax;
93 * @throws ExceptionBadSyntax
117 throw new ExceptionBadSyntax("The url ($url) is not valid");
274 * @throws ExceptionBadSyntax|ExceptionBadArgument
961 * @throws ExceptionBadSyntax
11 use ComboStrap\ExceptionBadSyntax; global() alias

123