energine
[ class tree: energine ] [ index: energine ] [ all elements ]

Class: DummyException

Source Location: /framework/SystemException.class.php

Class Overview

Exception
   |
   --DummyException

Фиктивное исключение.


Author(s):


Inherited Variables

Class: Exception (Internal Class)

$code
$file
$line
$message
$string
$trace

Inherited Methods

Class: Exception (Internal Class)

constructor __construct ( [$message = ], [$code = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )

Class Details

[line 47]
Фиктивное исключение.

Используется при необходимости прерывания нормального выполнения программы и выхода в обработчик исключений.




Tags:

see:  Component::generateErrors()


[ Top ]

В создании документации нам помог: phpDocumentor