asException property

  1. @override
EX get asException
override

Caution

asException is unsafe code.
Throwable LoggerResultlErrorB wrapped in Panic then wrapped is not Exception.
This method's main uses is simple notation for test code.

Implementation

@override
EX get asException => wrapped;