Skip to content

Latest commit

 

History

History

error

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

error

An example of how to use and write error middleware.

How to run this example

Run this example using:

deno run --allow-net --allow-read ./examples/error/index.ts

if have the repo cloned locally OR

deno run --allow-net --allow-read https://raw.githubusercontent.com/cmorten/opine/main/examples/error/index.ts

if you don't!