OmniIndexAuthException constructor
OmniIndexAuthException([
- String message = ''
Constructs a new instance of the OmniIndexAuthException
class with an optional message
.
The message
parameter is used to initialize the exception message. If no message
is provided,
the default value is an empty string.
Implementation
OmniIndexAuthException([super.message = '']);