CacheException constructor

const CacheException({@required ExceptionCode code, @required String message })

Implementation

const CacheException({@required this.code, @required this.message});