import { DaffCollectionPageOutOfBoundsError } from '@daffodil/core'
An error thrown when the requested page is greater than the number of available pages.
class DaffCollectionPageOutOfBoundsError extends DaffInheritableError implements DaffError {
readonly code: string = DAFF_COLLECTION_PAGE_OUT_OF_BOUNDS_ERROR_CODE
}