System.Exception
[ class tree: System.Exception ] [ index: System.Exception ] [ all elements ]

Class: TErrorUnhandledException

Source Location: /Exception/TErrorUnhandledException.php

Class Overview

Exception
   |
   --TException
      |
      --TErrorUnhandledException

TErrorUnhandledException class

Class Details

[line 31]
TErrorUnhandledException class

TErrorUnhandledException is raised when an error is reported but no suitable error page is responsible for that.

Namespace: Exception




version:  $Revision: 1.2 $ $Date: 2005/01/04 21:33:45 $
author:  Qiang Xue <qiang.xue@gmail.com>


[ Top ]

Methods



Class Methods


constructor __construct [line 38]

TErrorUnhandledException __construct( string $code, string $msg)

Constructor.



Parameters:

string   $code   the error code
string   $msg   the error message

[ Top ]


© 2004-2005 PRADO Software Group. All Rights Reserved.