Home
last modified time | relevance | path

Searched refs:ProsemirrorException (Results 1 – 2 of 2) sorted by relevance

/plugin/prosemirror/parser/
DNode.php6 use dokuwiki\plugin\prosemirror\ProsemirrorException; alias
71 … $exception = new ProsemirrorException('Invalid node type received: ' . $node['type'], 0);
79 $exception = new ProsemirrorException(
/plugin/prosemirror/
DProsemirrorException.php12 class ProsemirrorException extends \RuntimeException class