class NoFilesException extends Error then constructor: -> super

module.exports =
  types:
    NoFilesException: NoFilesException

