RedactionException class final
Raised by direct redaction helpers when an input cannot be sanitized within the configured safety contract.
RedactingInterceptor.call catches this and drops the complete entry.
- Implemented types
Constructors
- RedactionException(String message)
-
Creates an exception with a non-confidential diagnostic
message.const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited