NoOpAtriumErrorAdjusterCommon
An implementation of an AtriumErrorAdjuster which adjusts nothing and can be used by the platforms to provide the actual type of NoOpAtriumErrorAdjuster.
Inheritors
Functions
Link copied to clipboard
Adjusts the given throwable - typically this involves filtering the stack trace (stackTrace
in JVM, stack
in JS) in some way or another as well as the stack traces of a Throwable.cause and other stack traces (e.g. stack traces of suppressed throwable in JVM).
Link copied to clipboard
Adjusts parts of the given throwable but not its stack trace.