summaryrefslogtreecommitdiffstats
path: root/vendor/ZendXml/library/ZendXml/Exception/RuntimeException.php
diff options
context:
space:
mode:
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
{
}