<?php namespace Wpsec\twofa\Constants; class ErrorCodes { const WRONG_PARAMETER = 'WRONG_PARAMETER'; const SERVER_ERROR = 'SERVER_ERROR'; const FORBIDDEN = 'FORBIDDEN'; }