CacheException constructor

CacheException(
  1. String message, {
  2. int statusCode = 500,
  3. dynamic details,
})

Implementation

CacheException(super.message, {super.statusCode, super.details})
  : super(title: 'Cache Error', type: 'cache_error');