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;
}
}
?>