ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
IT_Error.php
Go to the documentation of this file.
1
<?php
2
//
3
// +----------------------------------------------------------------------+
4
// | Copyright (c) 1997-2005 Ulf Wendel, Pierre-Alain Joye |
5
// +----------------------------------------------------------------------+
6
// | This source file is subject to the New BSD license, That is bundled |
7
// | with this package in the file LICENSE, and is available through |
8
// | the world-wide-web at |
9
// | http://www.opensource.org/licenses/bsd-license.php |
10
// | If you did not receive a copy of the new BSD license and are unable |
11
// | to obtain it through the world-wide-web, please send a note to |
12
// | pajoye@php.net so we can mail you a copy immediately. |
13
// +----------------------------------------------------------------------+
14
// | Author: Ulf Wendel <ulf.wendel@phpdoc.de> |
15
// | Pierre-Alain Joye <pajoye@php.net> |
16
// +----------------------------------------------------------------------+
17
//
18
// $Id: IT_Error.php,v 1.3 2006/08/17 15:44:31 dsp Exp $
19
20
require_once
"PEAR.php"
;
21
27
class
IT_Error
extends
PEAR_Error
{
28
29
35
var
$error_message_prefix
=
"IntegratedTemplate Error: "
;
36
44
function
IT_Error
($msg,
$file
= __FILE__, $line = __LINE__) {
45
46
$this->
PEAR_Error
(sprintf(
"%s [%s on line %d]."
, $msg,
$file
, $line));
47
48
}
// end func IT_Error
49
50
}
// end class IT_Error
51
?>
$file
print $file
Definition:
HFile_ueconv.php:128
IT_Error\$error_message_prefix
$error_message_prefix
Definition:
IT_Error.php:35
IT_Error
Definition:
IT_Error.php:27
PEAR_Error
Definition:
PEAR.php:826
PEAR_Error\PEAR_Error
PEAR_Error($message='unknown error', $code=null, $mode=null, $options=null, $userinfo=null)
PEAR_Error constructor.
Definition:
PEAR.php:861
IT_Error\IT_Error
IT_Error($msg, $file=__FILE__, $line=__LINE__)
Creates an cache error object.
Definition:
IT_Error.php:44
Services
PEAR
lib
HTML
Template
IT_Error.php
Generated on Mon Mar 31 2025 19:00:51 for ILIAS by
1.8.13 (using
Doxyfile
)