simonmarklar / js-typed-errors

A collection of typed javascript errors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Typed Errors

A Repo for the typed errors I use in my projects.

Building

npm run-script build
bpm run-script minify

##Errors

###NotImplementedError

Something wasn't implemented.

###ActionAborted

An action was aborted

###NotFound

Something was not found.

About

A collection of typed javascript errors

License:MIT License


Languages

Language:JavaScript 100.0%