[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/phpbb/filesystem/exception/ -> filesystem_exception.php (summary)

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

Defines 1 class

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: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1