GoException constructor

GoException(
  1. String message
)

Creates an exception with message describing the reason.

Implementation

GoException(this.message);