The base class for all errors and exceptions.
Only instances of this class can be thrown or caught.
const Throwable({this.message, this.cause});