mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
Fix classnames
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
class reflectionException extends reflection_exception {
|
||||
class ReflectionExceptionEx extends ReflectionException {
|
||||
function MyException($_errno, $_errmsg) {
|
||||
$this->errno = $_errno;
|
||||
$this->errmsg = $_errmsg;
|
||||
|
||||
Reference in New Issue
Block a user