ProjectLimitError constructor

const ProjectLimitError(
  1. String message
)

Creates a new ProjectLimitError with the given message.

Implementation

const ProjectLimitError(super.message);