Improve HTTP client to raise exceptions

This commit is contained in:
Frédéric Guillot
2018-03-02 12:05:41 -08:00
parent 94ed32dedf
commit ebe04e672c
6 changed files with 110 additions and 35 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace Kanboard\Core\Http;
use Exception;
class ClientException extends Exception
{
}