mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 08:19:25 +03:00
Added deprecation notices (#309)
This commit is contained in:
parent
84fb433061
commit
7c83da9246
@ -9,6 +9,9 @@
|
|||||||
|
|
||||||
namespace Mailgun\Constants;
|
namespace Mailgun\Constants;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated Will be removed in 3.0
|
||||||
|
*/
|
||||||
class Api
|
class Api
|
||||||
{
|
{
|
||||||
const API_USER = 'api';
|
const API_USER = 'api';
|
||||||
|
@ -9,6 +9,9 @@
|
|||||||
|
|
||||||
namespace Mailgun\Constants;
|
namespace Mailgun\Constants;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated Will be removed in 3.0
|
||||||
|
*/
|
||||||
class ExceptionMessages
|
class ExceptionMessages
|
||||||
{
|
{
|
||||||
const EXCEPTION_INVALID_CREDENTIALS = 'Your credentials are incorrect.';
|
const EXCEPTION_INVALID_CREDENTIALS = 'Your credentials are incorrect.';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user