Skip to content

Commit 0fb0467

Browse files
committed
update readme
1 parent 5df82aa commit 0fb0467

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Custom Error Exceptions
22

3-
[![Test Status](https://img.shields.io/badge/coverage-100%25-brightgreen)](https://github.com/brothergiez/custom-error-exceptions/) [![Version Status](http://img.shields.io/badge/npm-v1.2.2-blue)](https://github.com/brothergiez/custom-error-exceptions/) [![Issues Status](https://img.shields.io/github/issues/brothergiez/custom-error-exceptions)](https://github.com/brothergiez/custom-error-exceptions/issues)
3+
[![Test Status](https://img.shields.io/badge/coverage-100%25-brightgreen)](https://github.com/brothergiez/custom-error-exceptions/) [![Version Status](http://img.shields.io/badge/npm-v1.2.3-blue)](https://github.com/brothergiez/custom-error-exceptions/) [![Issues Status](https://img.shields.io/github/issues/brothergiez/custom-error-exceptions)](https://github.com/brothergiez/custom-error-exceptions/issues)
44

55
Custom error exceptions are made to make it easier to handling errors. You can also make custom errors as needed.
66

@@ -167,6 +167,8 @@ The list above is based on the client error list and server error list as on thi
167167
- Adding and showing error logger to console if request error
168168
* version 1.2.2
169169
- Adding handler with view engine (createWebHandler)
170+
* version 1.2.3
171+
- Handling response message when handler get Unhandled Exceptions error message from asynchronous router
170172

171173

172174
# Contributor

0 commit comments

Comments
 (0)