LiveException constructor

const LiveException(
  1. String message
)

Creates an exception for a command that couldn't complete.

Implementation

const LiveException(this.message) : code = failedCode;