EmptyPath

class EmptyPath(val message: String = "Path is empty", val errno: FileSystemErrno = INVAL) : PathError, ResolvePathError(source)

Constructors

Link copied to clipboard
constructor(message: String = "Path is empty", errno: FileSystemErrno = INVAL)

Properties

Link copied to clipboard
open override val errno: FileSystemErrno
Link copied to clipboard
open override val message: String