cybercog/youtrack-rest-php

Refactor exceptions

antonkomarev opened this issue · 0 comments

  • Stop using *Exception postfix on each exception. Make them more verbose.
  • Cog\Contracts\YouTrack\Rest\Client\Exceptions\ClientException should extend RuntimeException?