]> granicus.if.org Git - php/commitdiff
Fix classnames
authorMarcus Boerger <helly@php.net>
Wed, 29 Sep 2004 08:55:45 +0000 (08:55 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 29 Sep 2004 08:55:45 +0000 (08:55 +0000)
ext/reflection/tests/exception.inc

index 8570b6b3601da8da704719d3c904280daf40b08d..e40333996544f9c78fe086da2884d6aa05952143 100644 (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;