[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 42 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
filesystem_exception:: (2 methods):
__construct()
get_filename()
Class: filesystem_exception - X-Ref
__construct($message = "", $filename = '', $parameters = array() X-Ref |
Constructor param: string $message The Exception message to throw (must be a language variable). param: string $filename The file that caused the error. param: array $parameters The parameters to use with the language var. param: \Exception $previous The previous runtime_exception used for the runtime_exception chaining. param: integer $code The Exception code. |
get_filename() X-Ref |
Returns the filename that triggered the error return: string |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |