kbsali / php-redmine-api

A simple PHP Redmine API client, Object Oriented

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Declare exceptions as final

Art4 opened this issue · comments

In #300 and #310 I've missed out to set the new exeptions to final. Doing this now would be a breaking change and will therefore be done in v3.0.0.

  • \Redmine\Exception\ClientException
  • \Redmine\Exception\InvalidApiNameException
  • \Redmine\Exception\InvalidParameterException
  • \Redmine\Exception\MissingParameterException
  • \Redmine\Exception\SerializerException