--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/vendor/bundles/Pagerfanta/Exception/LogicException.php Fri Oct 21 17:10:54 2011 +0200
@@ -0,0 +1,21 @@
+<?php
+
+/*
+ * This file is part of the Pagerfanta package.
+ *
+ * (c) Pablo Díez <pablodip@gmail.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+namespace Pagerfanta\Exception;
+
+/**
+ * LogicException.
+ *
+ * @author Pablo Díez <pablodip@gmail.com>
+ */
+class LogicException extends \LogicException implements Exception
+{
+}