File: errorresponse.pt

package info (click to toggle)
plone3 3.1.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 73,972 kB
  • ctags: 39,149
  • sloc: python: 209,481; xml: 25,065; sh: 1,395; makefile: 585; php: 129; lisp: 54
file content (11 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<kukit xmlns="http://www.kukit.org/commands/1.1"
      xmlns:tal="http://xml.zope.org/namespaces/tal"
      xmlns:metal="http://xml.zope.org/namespaces/metal">
<commands>
	<command name="error">
		<param name="type" tal:content="options/type | nothing">system</param>
		<param name="message" tal:content="options/message">Exception: reason</param>
	</command>
</commands>
</kukit>