FileNotFound

class FileNotFound(path: String, cause: Throwable? = null) : ModelParsingError(source)

File not found or inaccessible.

Constructors

Link copied to clipboard
constructor(path: String, cause: Throwable? = null)