summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/lib/Elastica/Exception/NotFoundException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ruflin/elastica/lib/Elastica/Exception/NotFoundException.php')
-rw-r--r--vendor/ruflin/elastica/lib/Elastica/Exception/NotFoundException.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/vendor/ruflin/elastica/lib/Elastica/Exception/NotFoundException.php b/vendor/ruflin/elastica/lib/Elastica/Exception/NotFoundException.php
index 539b01c2..a2897fd7 100644
--- a/vendor/ruflin/elastica/lib/Elastica/Exception/NotFoundException.php
+++ b/vendor/ruflin/elastica/lib/Elastica/Exception/NotFoundException.php
@@ -1,12 +1,9 @@
<?php
-
namespace Elastica\Exception;
/**
- * Not found exception
+ * Not found exception.
*
- * @category Xodoa
- * @package Elastica
* @author Nicolas Ruflin <spam@ruflin.com>
*/
class NotFoundException extends \RuntimeException implements ExceptionInterface