ExistenceException constructor
ExistenceException({
- required String exceptionValue,
Creates an ExistenceException with the given error message.
Implementation
ExistenceException({required this.exceptionValue});