get errorHandler
This commit is contained in:
parent
2cb63347a7
commit
848cf54270
2 changed files with 4 additions and 1 deletions
|
@ -62,6 +62,9 @@ class Angel extends AngelBase {
|
|||
res.end();
|
||||
};
|
||||
|
||||
/// The handler currently configured to run on [AngelHttpException]s.
|
||||
AngelErrorHandler get errorHandler => _errorHandler;
|
||||
|
||||
/// [RequestMiddleware] to be run before all requests.
|
||||
List before = [];
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: angel_framework
|
||||
version: 1.0.0-dev.19
|
||||
version: 1.0.0-dev.20
|
||||
description: Core libraries for the Angel framework.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_framework
|
||||
|
|
Loading…
Reference in a new issue