StampException constructor

const StampException(
  1. String message
)

Creates the exception.

Implementation

const StampException(this.message);