causedBy method
Marks this
exception as being caused by chainedException
.
Implementation
E causedBy(Object chainedException, StackTrace stackTrace) =>
_wasCausedBy(this, chainedException, stackTrace);
Marks this
exception as being caused by chainedException
.
E causedBy(Object chainedException, StackTrace stackTrace) =>
_wasCausedBy(this, chainedException, stackTrace);