Deno.errors.NotADirectory

Raised when trying to perform an operation on a path that is not a directory, when directory is required.

class NotADirectory extends Error { }

§Extends

§
Error
[src]