ApplicationNotFoundException constructor

ApplicationNotFoundException(
  1. String applicationName
)

Implementation

ApplicationNotFoundException(this.applicationName)
    : cause = "Couldn't find the application $applicationName.";