CacheException constructor

const CacheException(
  1. String message, [
  2. dynamic originalError
])

Implementation

const CacheException(String message, [dynamic originalError])
    : super(message, originalError);