Home
last modified time | relevance | path

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

123

/plugin/combo/ComboStrap/
H A DFsWikiUtility.php50 * @throws ExceptionBadSyntax if the string is not a namespace path
H A DFetcherImage.php166 } catch (ExceptionBadSyntax $e) {
507 * @throws ExceptionBadSyntax
H A DFetcherTraitWikiPath.php42 * @throws ExceptionBadSyntax - thrown by other class via the overwritten of {@link setSourcePath} (bad image)
H A DLocalPath.php99 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
445 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
H A DFileSystems.php339 * @throws ExceptionBadSyntax
346 throw new ExceptionBadSyntax("$uri is not a valid uri");
H A DPageExplorerTag.php509 } catch (ExceptionBadSyntax $e) {
638 } catch (ExceptionBadSyntax $e) {
654 * @throws ExceptionBadSyntax
H A DCanonical.php196 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
H A DHeadingTag.php347 } catch (ExceptionBadSyntax $e) {
363 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
H A DToc.php86 } catch (ExceptionBadSyntax $e) {
H A DMarkupPath.php252 * @throws ExceptionBadSyntax - if this is not a
640 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
1466 } catch (ExceptionBadSyntax $e) {
1801 } catch (ExceptionBadSyntax $e) {
2299 * @throws ExceptionBadSyntax
H A DFetcherAppPages.php270 * @throws ExceptionBadSyntax
H A DInterWiki.php80 * @throws ExceptionBadSyntax
H A DLdJson.php102 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
H A DBlockquoteTag.php278 } catch (ExceptionBadArgument|ExceptionBadSyntax $e) {
H A DFetcherRailBar.php61 * @throws ExceptionBadSyntax
H A DOutline.php513 * @throws ExceptionBadSyntax
604 throw new ExceptionBadSyntax("The type ($type) is unknown");
H A DTemplateForWebPage.php337 } catch (ExceptionBadSyntax|ExceptionNotFound $e) {
760 * @throws ExceptionBadSyntax
H A DWikiPath.php686 * @throws ExceptionBadSyntax
692 throw new ExceptionBadSyntax("The path ($namespacePath) is not a namespace path");
H A DFetcherVignette.php203 } catch (ExceptionBadSyntax $e) {
H A DSite.php380 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotExists $e) {
H A DFetcherMarkup.php1055 * @throws ExceptionBadSyntax
/plugin/combo/
H A Dcli.php15 use ComboStrap\ExceptionBadSyntax;
372 } catch (ExceptionBadSyntax $e) {
18 use ComboStrap\ExceptionBadSyntax; global() alias
/plugin/combo/action/
H A Drouter.php7 use ComboStrap\ExceptionBadSyntax;
839 } catch (ExceptionBadSyntax|ExceptionBadArgument $e) {
1113 } catch (ExceptionBadSyntax $e) {
6 use ComboStrap\ExceptionBadSyntax; global() alias
/plugin/combo/syntax/
H A Dlink.php12 use ComboStrap\ExceptionBadSyntax; alias

123