Last change
on this file since 299 was
153,
checked in by ecprice, 17 years ago
|
Improve the error infrastructure. Hopefully this works; I haven't
really tested it.
|
File size:
263 bytes
|
Rev | Line | |
---|
[113] | 1 | #from skeleton import skeleton |
---|
| 2 | #extends skeleton |
---|
| 3 | |
---|
| 4 | #def title |
---|
| 5 | ERROR! |
---|
| 6 | #end def |
---|
| 7 | |
---|
| 8 | #def body |
---|
| 9 | <h1>ERROR</h1> |
---|
| 10 | |
---|
[153] | 11 | <p>$errorMessage in operation $op. This shouldn't happen! Please |
---|
| 12 | email sipb-xen@mit.edu to explain how it happened. Stderr:</p> |
---|
| 13 | <pre>$stderr</pre> |
---|
[113] | 14 | #end def |
---|
Note: See
TracBrowser
for help on using the repository browser.