root

Changeset 418

Show
Ignore:
Timestamp:
12/02/08 22:16:54 (2 years ago)
Author:
wbond
Message:

Fixed the API documentation for the fException constructor

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fException.php

    r417 r418 Hide Line Numbers
    156156     * Sets the message for the exception, allowing for string interpolation and internationalization 
    157157     *  
    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 %%. 
    159159     * @param  mixed   $component  A string or number to insert into the message 
    160160     * @param  mixed   ...