FileException

The general exception for file operations

class FileException : Exception {}

Constructors

this
this(string message)

Takes in the exception message

Meta