CursorPaginationException.php 200 B

12345678910111213
  1. <?php
  2. namespace Illuminate\Pagination;
  3. use RuntimeException;
  4. /**
  5. * @deprecated Will be removed in a future Laravel version.
  6. */
  7. class CursorPaginationException extends RuntimeException
  8. {
  9. //
  10. }