Skip to content

Releases: ngframer/ngframer.php.exceptions

v2.1.1

26 Feb 14:44
7a41acd

Choose a tag to compare

Updates

  1. Renderer now shows the true error location.

v2.1.0

29 Oct 10:47

Choose a tag to compare

Updates

  1. Namespace CamelCase update.
  2. Change of file names.

v2.0.3

27 Oct 10:11

Choose a tag to compare

Updates

  1. Added label to exceptions.
  2. Removal of _ from the exception and error maker names.

v2.0.2

21 Oct 05:35
bfa8b9f

Choose a tag to compare

Updates

  1. Fixed broken error logs. The logs now contain the log of even the passed on exception.

v2.0.1

18 Oct 10:20
c4bb0d6

Choose a tag to compare

Fixes

  1. Fixed error trace array to string conversion in HtmlExceptionRenderer.
  2. Fixed function and variable name to get root path.
  3. Fixed wrong namespace usage.

Updates

  1. Updated the guide on installation of Renderer.

v2.0.0

17 Oct 15:58
079fec8

Choose a tag to compare

v2.0.0 Pre-release
Pre-release

Updates

  1. Change of handlers to Renderers (previously called handlers).
  2. Updated system to allow custom renderers.

Additions

  1. Addition of Renderers API, CLI, and HTML.
  2. Addition of ErrorExcpeption class.

Removals

  1. Removals of Exception classes that will now be made on localized code.

v1.3.0

31 Jul 16:48

Choose a tag to compare

Removed

  1. Removed all the localized exceptions, errors, and exception handlers.

Summary

  1. This project has no project related errors or exceptions or handlers.

v1.2.1

27 Jul 16:30

Choose a tag to compare

Additions:

  1. SqlServices Error and Exception.
  2. DbServices Error and Exception.

Removals:

  1. SqlBuilder Error and Exception.

v1.1.2

29 Jun 02:25
32817a0

Choose a tag to compare

Updates

  1. Fixed the bug on status trait and details trait, were throwing scope error.

v1.1.1

20 Jun 18:00
b40e58d

Choose a tag to compare

Updates

  1. Fixed undefined key problem in the BaseHandler associated Handlers. (all the handlers). Now shows UnknownFile, UnknownLine, and UnknownFunc.