File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Custom Error Exceptions
2
2
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 )
4
4
5
5
Custom error exceptions are made to make it easier to handling errors. You can also make custom errors as needed.
6
6
@@ -167,6 +167,8 @@ The list above is based on the client error list and server error list as on thi
167
167
- Adding and showing error logger to console if request error
168
168
* version 1.2.2
169
169
- 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
170
172
171
173
172
174
# Contributor
You can’t perform that action at this time.
0 commit comments