summaryrefslogtreecommitdiffstats
path: root/vendor/ZendXml/library/ZendXml/Exception/ExceptionInterface.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-01-27 09:17:15 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-27 09:17:15 +0100
commitfe3969f3759998d3f567a6769535640be69ea1e9 (patch)
tree774efc15376860697c0648e49bf8066317b0d118 /vendor/ZendXml/library/ZendXml/Exception/ExceptionInterface.php
parent32ec52747b7f2e25df273471bc6be480aa2dcca9 (diff)
remove xxe checks for loadHML since it is apparenly no possible to exploit it
Diffstat (limited to 'vendor/ZendXml/library/ZendXml/Exception/ExceptionInterface.php')
-rw-r--r--vendor/ZendXml/library/ZendXml/Exception/ExceptionInterface.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/ZendXml/library/ZendXml/Exception/ExceptionInterface.php b/vendor/ZendXml/library/ZendXml/Exception/ExceptionInterface.php
deleted file mode 100644
index c55eb9034..000000000
--- a/vendor/ZendXml/library/ZendXml/Exception/ExceptionInterface.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-/**
- * Zend Framework (http://framework.zend.com/)
- *
- * @link http://github.com/zendframework/zf2 for the canonical source repository
- * @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- * @license http://framework.zend.com/license/new-bsd New BSD License
- */
-
-namespace ZendXml\Exception;
-
-interface ExceptionInterface
-{
-}