PageListException.fromAppException constructor

PageListException.fromAppException(
  1. AppException exception
)

Implementation

factory PageListException.fromAppException(AppException exception) => PageListException(exception.code, exception.message);