X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/8ee6bfe97633d31c6b89cebbc434837eca04d6dd..e19fc06310e26dab3ec372fb01676a802fc02234:/lib/converter/html.php diff --git a/lib/converter/html.php b/lib/converter/html.php index 1723a5b..eeb2b66 100644 --- a/lib/converter/html.php +++ b/lib/converter/html.php @@ -11,7 +11,7 @@ * @license http://www.gnu.org/licenses/agpl.html GNU AGPL v3 * @link http://cweiske.de/grauphel.htm */ -namespace OCA\Grauphel\Lib\Converter; +namespace OCA\Grauphel\Converter; use \XMLReader; /** @@ -121,7 +121,7 @@ class Html $store .= nl2br(htmlspecialchars($reader->value)); break; default: - throw new \Exception( + throw new Exception( 'Unsupported XML node type: ' . $reader->nodeType ); }