View file vendor/laravel/framework/src/Illuminate/Pagination/CursorPaginationException.php
<?php namespace Illuminate\Pagination; use RuntimeException; class CursorPaginationException extends RuntimeException { // }
<?php namespace Illuminate\Pagination; use RuntimeException; class CursorPaginationException extends RuntimeException { // }