mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 13:43:30 +03:00
Added deprecation notices (#309)
This commit is contained in:
parent
84fb433061
commit
7c83da9246
2 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
|
||||
namespace Mailgun\Constants;
|
||||
|
||||
/**
|
||||
* @deprecated Will be removed in 3.0
|
||||
*/
|
||||
class Api
|
||||
{
|
||||
const API_USER = 'api';
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
|
||||
namespace Mailgun\Constants;
|
||||
|
||||
/**
|
||||
* @deprecated Will be removed in 3.0
|
||||
*/
|
||||
class ExceptionMessages
|
||||
{
|
||||
const EXCEPTION_INVALID_CREDENTIALS = 'Your credentials are incorrect.';
|
||||
|
|
Loading…
Add table
Reference in a new issue