From 1a365e77dfb8825136626202b1df462731b42060 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 16 Aug 2015 08:22:05 +0200 Subject: Update to MediaWiki 1.25.2 --- .../elastica/lib/Elastica/Exception/RuntimeException.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vendor/ruflin/elastica/lib/Elastica/Exception/RuntimeException.php (limited to 'vendor/ruflin/elastica/lib/Elastica/Exception/RuntimeException.php') diff --git a/vendor/ruflin/elastica/lib/Elastica/Exception/RuntimeException.php b/vendor/ruflin/elastica/lib/Elastica/Exception/RuntimeException.php new file mode 100644 index 00000000..5ee420e1 --- /dev/null +++ b/vendor/ruflin/elastica/lib/Elastica/Exception/RuntimeException.php @@ -0,0 +1,14 @@ + + */ +class RuntimeException extends \RuntimeException implements ExceptionInterface +{ +} -- cgit v1.2.2