0.6.3 • Published 4 years ago

@textpress/extendable-error v0.6.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

0.6.2

6 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago