InternalException<T> constructor
InternalException<T> ({
- required String code,
- required T param,
Implementation
InternalException({required this.code, required this.param});