- Timestamp:
- 12/02/08 22:16:54 (2 years ago)
- Files:
-
- fException.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fException.php
r417 r418 Hide Line Numbers 156 156 * Sets the message for the exception, allowing for string interpolation and internationalization 157 157 * 158 * @param string $message The message for the exception 158 * @param string $message The message for the exception. This should be a valid [http://php.net/sprintf `sprintf()`] string and thus all % should be written as %%. 159 159 * @param mixed $component A string or number to insert into the message 160 160 * @param mixed ...
