Refactor exceptions
antonkomarev opened this issue · 0 comments
antonkomarev commented
- Stop using
*Exception
postfix on each exception. Make them more verbose. Cog\Contracts\YouTrack\Rest\Client\Exceptions\ClientException
should extendRuntimeException
?