-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/reflection/tests/
File Upload :
Current File : //usr/src/php/ext/reflection/tests/exception.inc

<?php
class ReflectionExceptionEx extends ReflectionException {
        function MyException($_errno, $_errmsg) {
                $this->errno = $_errno;
                $this->errmsg = $_errmsg;
        }
                                                                                                                                                            
        function getErrno() {
                return $this->errno;
        }
                                                                                                                                                            
        function getErrmsg() {
                return $this->errmsg;
        }
}
?>

Copyright © 2017 || Recoded By Mr.Bumblebee