MissingFilesException constructor

MissingFilesException(
  1. String globPattern
)

Define an exception thrown when Artemis does not find asset files

Implementation

MissingFilesException(this.globPattern);