$Exception.wrap constructor
$Exception.wrap(
- Exception $value
Wrap a Exception in a $Exception
Implementation
$Exception.wrap(this.$value) : _superclass = $Object($value);
Wrap a Exception in a $Exception
$Exception.wrap(this.$value) : _superclass = $Object($value);