asException property

  1. @override
E 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
E get asException => wrapped;