• File: CursorPaginationException.php
  • Full Path: /home/masbinta/public_html/core/vendor/laravel/framework/src/Illuminate/Pagination/CursorPaginationException.php
  • File size: 200 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Illuminate\Pagination;

use RuntimeException;

/**
 * @deprecated Will be removed in a future Laravel version.
 */
class CursorPaginationException extends RuntimeException
{
    //
}