GoException constructor
GoException(
- String message
Creates an exception with message describing the reason.
Implementation
GoException(this.message);
Creates an exception with message describing the reason.
GoException(this.message);