1 parent 3760fc9 commit 3d117adCopy full SHA for 3d117ad
3 files changed
src/Jlinn/Mandrill/Api.php
@@ -9,7 +9,7 @@
9
10
use Guzzle\Http\Client;
11
use Guzzle\Http\Exception\ServerErrorResponseException;
12
-use Mandrill\Exception\APIException;
+use Jlinn\Mandrill\Exception\APIException;
13
14
abstract class Api{
15
const BASE_URL = 'https://mandrillapp.com/api/1.0/';
src/Jlinn/Mandrill/Exception.php
@@ -7,6 +7,6 @@
7
8
namespace Jlinn\Mandrill;
-class Exception extends \Exception{
+class Exception extends \Exception {
}
src/Jlinn/Mandrill/Exception/APIException.php
@@ -7,7 +7,7 @@
namespace Jlinn\Mandrill\Exception;
-use Mandrill\Exception;
+use Jlinn\Mandrill\Exception;
class APIException extends Exception{
/**
0 commit comments