Releases: ngframer/ngframer.php.exceptions
Releases · ngframer/ngframer.php.exceptions
v2.1.1
v2.1.0
Updates
- Namespace CamelCase update.
- Change of file names.
v2.0.3
Updates
- Added label to exceptions.
- Removal of _ from the exception and error maker names.
v2.0.2
Updates
- Fixed broken error logs. The logs now contain the log of even the passed on exception.
v2.0.1
Fixes
- Fixed error trace array to string conversion in HtmlExceptionRenderer.
- Fixed function and variable name to get root path.
- Fixed wrong namespace usage.
Updates
- Updated the guide on installation of Renderer.
v2.0.0
Updates
- Change of handlers to Renderers (previously called handlers).
- Updated system to allow custom renderers.
Additions
- Addition of Renderers API, CLI, and HTML.
- Addition of ErrorExcpeption class.
Removals
- Removals of Exception classes that will now be made on localized code.
v1.3.0
Removed
- Removed all the localized exceptions, errors, and exception handlers.
Summary
- This project has no project related errors or exceptions or handlers.
v1.2.1
Additions:
- SqlServices Error and Exception.
- DbServices Error and Exception.
Removals:
- SqlBuilder Error and Exception.
v1.1.2
Updates
- Fixed the bug on status trait and details trait, were throwing scope error.
v1.1.1
Updates
- Fixed undefined key problem in the BaseHandler associated Handlers. (all the handlers). Now shows UnknownFile, UnknownLine, and UnknownFunc.