NyxxException constructor

NyxxException(
  1. String message
)

Create a new NyxxException with the provided message.

Implementation

NyxxException(this.message);