You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// It's necessary to add the middlewares in the Horse:
74
+
THorse
75
+
.Use(Jhonson) // It has to be before the exceptions middleware
76
+
.Use(HandleException);
77
+
78
+
THorse.Get('/ping', GetPing);
79
+
80
+
THorse.Listen(9000);
81
+
end.
82
+
```
83
+
53
84
## ⚠️ License
54
85
`handle-exception` is free and open-source middleware licensed under the [MIT License](https://github.com/HashLoad/handle-exception/blob/master/LICENSE).
0 commit comments