php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #33428 ReflectionException not documented
Submitted: 2005-06-22 02:29 UTC Modified: 2005-07-14 11:40 UTC
From: david dot tulloh at infaze dot com dot au Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: david dot tulloh at infaze dot com dot au
New email:
PHP Version: OS:

 

 [2005-06-22 02:29 UTC] david dot tulloh at infaze dot com dot au
Description:
------------
The PHP5 reflection documentation begins with a list of classes.  Details on each class are promised in the following chapters.  This is never done for ReflectionException, the class is never mentioned again in the document.

Due to this it is unclear if ReflectionException is a specialised class to perform reflection on exceptions, or if it is thrown by the reflection classes.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-14 11:40 UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

It is mentioned that "ReflectionException extends Exception" so it can be puzzled out what's the purpose of this class. I've added its own section however:

"ReflectionException extends the standard Exception and is thrown by Reflection API. No specific methods or properties are introduced."
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 17:01:34 2025 UTC