Skip to content

etianen/js-base-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@etianen/base-error

A base error class with stack trace support.

Installing

npm install '@etianen/base-error'

Overview

Creating custom error types in Javascript is difficult.

@etianen/base-error provides a subclassable BaseError that can be used in ES6 and Typescript projects.

import BaseError from "@etianen/base-error";

class MyCustomError extends BaseError {}

Build status

This project is built on every push using the Travis-CI service.

Build Status

Support and announcements

Downloads and bug tracking can be found at the main project website.

More information

This project was developed by Dave Hall. You can get the code from the project site.

Dave Hall is a freelance web developer, based in Cambridge, UK. You can usually find him on the Internet:

About

A base error class with stack trace support.

Resources

License

Stars

Watchers

Forks

Packages

No packages published