ExistenceException constructor

ExistenceException({
  1. required String exceptionValue,
})

Creates an ExistenceException with the given error message.

Implementation

ExistenceException({required this.exceptionValue});