$Exception.wrap constructor

$Exception.wrap(
  1. Exception $value
)

Wrap a Exception in a $Exception

Implementation

$Exception.wrap(this.$value) : _superclass = $Object($value);