Class: ExceptionCore

Attributes:
Inherits:
Implements:

Contents:

Introduction

Meta Data

Attention
Attention: There is no meta data for this class.

Constants

There are no constants defined for this class.

Properties

Methods

Also See

Attention
Attention: There are no additional references for this class.

Class Syntax

In file D:\oblib-core\php\exception\core.exception.php between lines 45 and 52.

<?php
 
    
/**
     * 
     */

    
class ExceptionCore extends ExceptionObLib
    
{
        
        function 
___exception ($strException)
        {
            return 
$strException;
        }
    }

?>