0.6.3 • Published 5 years ago

@textpress/extendable-error v0.6.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Example

import ExtendableError from "@textpress/extendable-error"

class MyError extends ExtendableError {
    constructor( name, extra ) {
        super( name, extra );
    }
}

const error = new MyError( "this is test", { extra: "data" }  )
console.error( error ); 

Output

MyError: this is test
	{ extra: 'data' }
    at ...
0.6.3

5 years ago

0.6.2

7 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago