vendor/bundles/Pagerfanta/Exception/NotIntegerMaxPerPageException.php
changeset 15 99ad73ef7385
equal deleted inserted replaced
14:fc78844c8a76 15:99ad73ef7385
       
     1 <?php
       
     2 
       
     3 /*
       
     4  * This file is part of the Pagerfanta package.
       
     5  *
       
     6  * (c) Pablo Díez <pablodip@gmail.com>
       
     7  *
       
     8  * For the full copyright and license information, please view the LICENSE
       
     9  * file that was distributed with this source code.
       
    10  */
       
    11 
       
    12 namespace Pagerfanta\Exception;
       
    13 
       
    14 /**
       
    15  * NotIntegerMaxPerPageException
       
    16  *
       
    17  * @author Pablo Díez <pablodip@gmail.com>
       
    18  */
       
    19 class NotIntegerMaxPerPageException extends NotValidMaxPerPageException
       
    20 {
       
    21 }