Die constructor

const Die(
  1. Object throwable, [
  2. StackTrace? stackTrace
])

Implementation

const Die(this.throwable, [this.stackTrace]);