$Error.wrap constructor

$Error.wrap(
  1. Error $value
)

Wrap an Error in an $Error

Implementation

$Error.wrap(this.$value);