root/fException.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @633 [633] 07/08/09 20:35:12 wbond Fixed some API documentation in fException
(edit) @621 [621] 06/29/09 00:11:50 wbond Added a missing line of backtrace to fException::formatTrace()
(edit) @618 [618] 06/26/09 22:27:16 wbond Changed fException::__construct() to not require a message, like the …
(edit) @589 [589] 06/02/09 00:53:10 wbond Fixed fException::splitMessage() so that the original message is returned …
(edit) @577 [577] 05/21/09 08:33:52 wbond Updated documentation to indicate when methods will throw the exception in …
(edit) @566 [566] 05/08/09 09:03:02 wbond BackwardsCompatibilityBreak - moved fCRUD::printOption() to …
(edit) @555 [555] 05/04/09 01:48:28 wbond fException::__construct() now checks the $code parameter to ensure it is …
(edit) @545 [545] 03/27/09 23:44:29 wbond Fixed ticket #164, fEmail was not properly encoding validation messages …
(edit) @507 [507] 02/06/09 14:05:15 wbond Updated fText to handle components passed as an array, updated fException
(edit) @448 [448] 12/24/08 01:06:02 wbond Updated copyright notices and licenses to use Will instead of William, …
(edit) @418 [418] 12/02/08 22:16:54 wbond Fixed the API documentation for the fException constructor
(edit) @417 [417] 12/02/08 22:11:50 wbond Fixed a bug where an escaped % in an exception class constructor was …
(copy) @399 [399] 11/16/08 13:37:28 wbond BackwardsCompatibilityBreak - Renamed fPrintableException? to fException
copied from fPrintableException.php:
(edit) @394 [394] 11/14/08 21:53:32 wbond Updated all functions that deal with entities to use ENT_QUOTES and made …