Added deprecation notices (#309)

This commit is contained in:
Tobias Nyholm 2017-03-26 16:11:52 +02:00 committed by GitHub
parent 84fb433061
commit 7c83da9246
2 changed files with 6 additions and 0 deletions

View File

@ -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';

View File

@ -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.';