Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

add NancyContext as parameter in IErrorHandler.HandlesStatusCode #514

Closed
prabirshrestha opened this issue Feb 21, 2012 · 0 comments · Fixed by #551
Closed

add NancyContext as parameter in IErrorHandler.HandlesStatusCode #514

prabirshrestha opened this issue Feb 21, 2012 · 0 comments · Fixed by #551
Assignees
Milestone

Comments

@prabirshrestha
Copy link
Contributor

started from https://groups.google.com/forum/?fromgroups#!topic/nancy-web-framework/_Fo8-YuCnx0

change in IErrorHandler

public bool HandlesStatusCode(HttpStatusCode statusCode);

to

public bool HandlesStatusCode(HttpStatusCode statusCode, NancyContext context);
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants