Skip to content

Instantly share code, notes, and snippets.

@petri
Created October 6, 2015 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petri/a4a811e08aa4753ba280 to your computer and use it in GitHub Desktop.
Save petri/a4a811e08aa4753ba280 to your computer and use it in GitHub Desktop.
Example ZCML registration of Zope 3-based exception views for various exceptions raised by Zope
<browser:page
for="zope.publisher.interfaces.INotFound"
class=".view.SomeView"
name="index.html"
permission="zope.Public" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment