InternalException<T> constructor

InternalException<T>({
  1. required String code,
  2. required T param,
})

Implementation

InternalException({required this.code, required this.param});