Changeset 1237 for trunk/src/exception/AgaviException.class.php
- Timestamp:
- 11/04/06 23:29:49 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/exception/AgaviException.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/exception/AgaviException.class.php
r1063 r1237 35 35 * Print the stack trace for this exception. 36 36 * 37 * @param string The format you wish to use for printing. Options 38 * include: 39 * - html 40 * - plain 37 * @param Exception The original exception. 38 * @param AgaviContext The context instance. 39 * @param AgaviResponse The response instance. 41 40 * 42 41 * @author Sean Kerr <skerr@mojavi.org>

