StoreRefusal constructor

const StoreRefusal(
  1. String message
)

Refuses with a human-readable message (names the root + the invariant).

Implementation

const StoreRefusal(this.message);