Home
last modified time | relevance | path

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

/plugin/prosemirror/parser/
H A DNode.php5 use dokuwiki\plugin\prosemirror\ProsemirrorException; alias
71 $exception = new ProsemirrorException('Invalid node type received: ' . $node['type'], 0);
80 $exception = new ProsemirrorException('FIXME: better message for general error! Invalid node type received: ' . $node['type'], 0, $e);
/plugin/prosemirror/
H A DProsemirrorException.php6 * Class ProsemirrorException
12 class ProsemirrorException extends \RuntimeException { class