Directory trunk/examples/exception/

Directory Created:
2006-10-06 23:49
Directory Deleted:
2007-07-14 15:01
Total Files:
0
Deleted Files:
29
Lines of Code:
0

[root]/trunk/examples/exception

Lines of Code

trunk/examples/exception/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
JeffMoore 84 (100.0%) 570 (100.0%) 6.7

Most Recent Commits

JeffMoore 2007-07-14 15:01 Rev.: 536

Moved exception examples to acceptance test directory (even though there are
no tests written for these, yet. They are not good examples.)

0 lines of code changed in 29 files:

  • trunk/examples/exception: debug-collect-error-xcpt.php (del), debug-collect-php-xcpt.php (del), debug-collect-wact-xcpt.php (del), debug-error-xcpt.php (del), debug-error.php (del), debug-php-xcpt.php (del), debug-wact-xcpt.php (del), debug-wrapped-error-xcpt.php (del), debug-wrapped-php-xcpt.php (del), debug-wrapped-wact-xcpt.php (del), default-collect-error-xcpt.php (del), default-collect-php-xcpt.php (del), default-collect-wact-xcpt.php (del), default-error-xcpt.php (del), default-error.php (del), default-php-xcpt.php (del), default-wact-xcpt.php (del), default-wrapped-error-xcpt.php (del), default-wrapped-php-xcpt.php (del), default-wrapped-wact-xcpt.php (del), uncaught-collect-error-xcpt.php (del), uncaught-collect-php-xcpt.php (del), uncaught-collect-wact-xcpt.php (del), uncaught-error-xcpt.php (del), uncaught-php-xcpt.php (del), uncaught-wact-xcpt.php (del), uncaught-wrapped-error-xcpt.php (del), uncaught-wrapped-php-xcpt.php (del), uncaught-wrapped-wact-xcpt.php (del)
JeffMoore 2006-10-21 19:14 Rev.: 218

Added debugging error handler.

29 lines of code changed in 2 files:

  • trunk/examples/exception: debug-error.php (new 18), default-error.php (new 11)
JeffMoore 2006-10-21 02:58 Rev.: 217

renamed uncaught- to default-

0 lines of code changed in 9 files:

  • trunk/examples/exception: default-collect-error-xcpt.php (new), default-collect-php-xcpt.php (new), default-collect-wact-xcpt.php (new), default-error-xcpt.php (new), default-php-xcpt.php (new), default-wact-xcpt.php (new), default-wrapped-error-xcpt.php (new), default-wrapped-php-xcpt.php (new), default-wrapped-wact-xcpt.php (new)
JeffMoore 2006-10-21 02:49 Rev.: 216

Added an Exception that collects other exceptions into a list.

206 lines of code changed in 6 files:

  • trunk/examples/exception: debug-collect-error-xcpt.php (new 39), debug-collect-php-xcpt.php (new 35), debug-collect-wact-xcpt.php (new 35), uncaught-collect-error-xcpt.php (new 35), uncaught-collect-php-xcpt.php (new 31), uncaught-collect-wact-xcpt.php (new 31)
JeffMoore 2006-10-20 20:48 Rev.: 215

Removed ending period(.) from error messages. The period doesn't look right
when the message is quoted in some contexts. (Such as the PHP default
behavior.)

18 lines of code changed in 12 files:

  • trunk/examples/exception: debug-error-xcpt.php (+1 -1), debug-php-xcpt.php (+1 -1), debug-wact-xcpt.php (+1 -1), debug-wrapped-error-xcpt.php (+2 -2), debug-wrapped-php-xcpt.php (+2 -2), debug-wrapped-wact-xcpt.php (+2 -2), uncaught-error-xcpt.php (+1 -1), uncaught-php-xcpt.php (+1 -1), uncaught-wact-xcpt.php (+1 -1), uncaught-wrapped-error-xcpt.php (+2 -2), uncaught-wrapped-php-xcpt.php (+2 -2), uncaught-wrapped-wact-xcpt.php (+2 -2)
JeffMoore 2006-10-20 20:23 Rev.: 214

Added all combinations of exception raising examples.

199 lines of code changed in 8 files:

  • trunk/examples/exception: debug-php-xcpt.php (+1 -1), debug-wact-xcpt.php (new 46), debug-wrapped-php-xcpt.php (new 29), uncaught-error-xcpt.php (new 19), uncaught-php-xcpt.php (new 13), uncaught-wact-xcpt.php (new 38), uncaught-wrapped-error-xcpt.php (new 28), uncaught-wrapped-php-xcpt.php (new 25)
JeffMoore 2006-10-20 20:03 Rev.: 213

Added an example of a php error being converted into an exception.

25 lines of code changed in 2 files:

  • trunk/examples/exception: debug-error-xcpt.php (new 24), debug-wrapped-error-xcpt.php (+1 -1)
JeffMoore 2006-10-20 19:57 Rev.: 212

Clarified descriptive text.

14 lines of code changed in 4 files:

  • trunk/examples/exception: debug-php-xcpt.php (+3 -3), debug-wrapped-error-xcpt.php (+3 -2), debug-wrapped-wact-xcpt.php (+4 -3), uncaught-wrapped-wact-xcpt.php (+4 -3)
JeffMoore 2006-10-20 19:45 Rev.: 211

Renamed to fit with naming pattern.

2 lines of code changed in 2 files:

  • trunk/examples/exception: debug-error-xcpt.php (del), debug-wrapped-error-xcpt.php (new 2)
JeffMoore 2006-10-20 19:40 Rev.: 210

Clarified text wording.

2 lines of code changed in 2 files:

  • trunk/examples/exception: debug-error-xcpt.php (+1 -1), debug-php-xcpt.php (+1 -1)
JeffMoore 2006-10-20 19:12 Rev.: 209

Changed naming conventions of exception raising examples.

7 lines of code changed in 5 files:

  • trunk/examples/exception: debug-error-xcpt.php (new 1), debug-wact-xcpt.php (del), debug-wrapped-wact-xcpt.php (new 3), uncaught-wact-xcpt.php (del), uncaught-wrapped-wact-xcpt.php (new 3)
JeffMoore 2006-10-06 23:49 Rev.: 205

Added an exception handler to print debugging information for uncaught
exceptions.
The base exception class now has the ability to generate an html representation
of itself. (With truly dreadful HTML.)
Added several examples to show what information will be shown with uncaught
exceptions.

68 lines of code changed in 3 files:

  • trunk/examples/exception: debug-php-xcpt.php (new 18), debug-wact-xcpt.php (new 27), uncaught-wact-xcpt.php (new 23)
Generated by StatSVN 0.4.0