2016-12-18 04:50:53 +05:30
|
|
|
<?php
|
|
|
|
namespace api\modules\internal\helpers;
|
|
|
|
|
|
|
|
final class Error {
|
|
|
|
|
|
|
|
public const ACCOUNT_ALREADY_BANNED = 'error.account_already_banned';
|
2017-01-05 03:27:04 +05:30
|
|
|
public const ACCOUNT_NOT_BANNED = 'error.account_not_banned';
|
2016-12-18 04:50:53 +05:30
|
|
|
|
|
|
|
}
|