Searched refs:ProsemirrorException (Results 1 – 2 of 2) sorted by relevance
6 use dokuwiki\plugin\prosemirror\ProsemirrorException; alias71 … $exception = new ProsemirrorException('Invalid node type received: ' . $node['type'], 0);79 $exception = new ProsemirrorException(
12 class ProsemirrorException extends \RuntimeException class