StdException constructor

const StdException(
  1. String message
)

Creates an exception with the given message.

Implementation

const StdException(this.message);