Deno.errors.AlreadyExists

Raised when trying to create a resource, like a file, that already exits.

class AlreadyExists extends Error { }

§Extends

§
Error
[src]