ILIAS
eassessment Revision 61809
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
ILIAS
Todo List
Deprecated List
Modules
Namespaces
Data Structures
Files
File List
classes
cron
include
Modules
Services
AccessControl
Accessibility
Accordion
Administration
AdvancedEditing
AdvancedMetaData
AuthApache
Authentication
AuthShibboleth
Block
Booking
Cache
Calendar
CAS
Certificate
Clipboard
Component
Contact
Container
ContainerReference
COPage
CopyWizard
Database
DataSet
Dom
EventHandling
Excel
Exceptions
Export
Feedback
Feeds
FileSystemStorage
Form
Frameset
GoogleMaps
Help
Html
InfoScreen
Init
InsertChar
JSON
Language
LDAP
License
LinkChecker
LoadTest
Locator
Logging
Mail
MainMenu
Math
MediaObjects
Membership
MetaData
Migration
Navigation
News
Notes
Notification
Object
OpenId
OrgUnit
Payment
PDF
PEAR
lib
Auth
HTML
Template
IT.php
IT_Error.php
ITX.php
HTTP
Log
Mail
MDB2
Net
OLE
PEAR
Spreadsheet
XML
Auth.php
Log.php
Mail.php
MDB2.php
PEAR.php
ReleasesInfo.php
System.php
PermanentLink
PersonalDesktop
PHPUnit
PrivacySecurity
QTI
Radius
Rating
Registration
Repository
RTE
Search
SOAPAuth
Style
Survey
Table
Tagging
Tracking
Transformation
Tree
UIComponent
User
Utilities
WebAccessChecker
WebDAV
WebServices
Workflow
XHTMLPage
XHTMLValidator
Xml
YUI
setup
sso
webservice
calendar.php
confirmReg.php
error.php
feed.php
goto.php
ilias.php
index.php
login.php
logout.php
payment.php
privfeed.php
pwassist.php
register.php
repository.php
rootindex.php
sessioncheck.php
shib_login.php
shib_logout.php
start.php
studip_referrer.php
webdav.php
Globals
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
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
?>
Services
PEAR
lib
HTML
Template
IT_Error.php
Generated on Mon Apr 25 2016 19:01:39 for ILIAS by
1.8.1.2 (using
Doxyfile
)