summaryrefslogtreecommitdiffstats
path: root/vendor/ZendXml/library/ZendXml/Exception/RuntimeException.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-24 12:23:38 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-24 12:23:38 +0100
commit886647d1caf7181e947a2e771600d1addfaf53ac (patch)
tree8f821a5baa0837eaa34ebb2a180357440867bf1b /vendor/ZendXml/library/ZendXml/Exception/RuntimeException.php
parent7025965caaa5eef6f7e6c0e0df89eff453691367 (diff)
update zendxml
Diffstat (limited to 'vendor/ZendXml/library/ZendXml/Exception/RuntimeException.php')
-rw-r--r--vendor/ZendXml/library/ZendXml/Exception/RuntimeException.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/vendor/ZendXml/library/ZendXml/Exception/RuntimeException.php b/vendor/ZendXml/library/ZendXml/Exception/RuntimeException.php
index 1d5f50625..b730da4ff 100644
--- a/vendor/ZendXml/library/ZendXml/Exception/RuntimeException.php
+++ b/vendor/ZendXml/library/ZendXml/Exception/RuntimeException.php
@@ -12,8 +12,6 @@ namespace ZendXml\Exception;
/**
* Runtime exception
*/
-class RuntimeException
- extends \RuntimeException
- implements ExceptionInterface
+class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}