DaapException constructor

const DaapException(
  1. String message
)

Constructor.

Implementation

const DaapException(this.message);