Fix classnames

This commit is contained in:
Marcus Boerger 2004-09-29 08:55:45 +00:00
parent 93753e19b1
commit a898c2dd28

View File

@ -1,5 +1,5 @@
<?php
class reflectionException extends reflection_exception {
class ReflectionExceptionEx extends ReflectionException {
function MyException($_errno, $_errmsg) {
$this->errno = $_errno;
$this->errmsg = $_errmsg;