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

Commit

Permalink
fixes conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 1, 2015
1 parent e23ae6b commit b479339
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/book/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ The above works, because every `Application` instance is itself middleware, and,
an instance of [Stratigility's `MiddlewarePipe`](https://github.com/zendframework/zend-stratigility/blob/master/doc/book/middleware.md),
which provides the ability to compose middleware.

<<<<<<< HEAD
## How can I specify a route-specific middleware pipeline?

Sometimes you may want to use a middleware pipeline only if a particular route
Expand Down Expand Up @@ -234,10 +233,7 @@ return [
];
```

## How can I set 404 page?
=======
## How can I set custom 404 page handling?
>>>>>>> wording current 404 for custom

We can set custom 404 page handling instead of [using the final handler](http://zend-expressive.readthedocs.org/en/latest/error-handling/) for logging or other purpose with create new middleware that we want to intercept if no other middleware has executed, and is indicate a "not found" situation.

Expand Down

0 comments on commit b479339

Please sign in to comment.