Skip to content

anio-js-foundation/error-object-to-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@anio-js-foundation/error-object-to-string

import errorObjectToString from "@anio-js-foundation/error-object-to-string"

try {
	throw new Error("oops!")
} catch (e) {
	console.log(errorObjectToString(e))
}

About

Convert error object to string.

Resources

Stars

Watchers

Forks

Packages

No packages published