Files
fvsjs/vendor/illuminate/pagination/CursorPaginationException.php
2023-12-27 10:40:24 +01:00

14 lines
200 B
PHP

<?php
namespace Illuminate\Pagination;
use RuntimeException;
/**
* @deprecated Will be removed in a future Laravel version.
*/
class CursorPaginationException extends RuntimeException
{
//
}