AuthenticationError::__construct PHP Method

__construct() public method

public __construct ( $reason = null, $fieldPath = null, $trigger = null, $errorString = null )
        public function __construct($reason = null, $fieldPath = null, $trigger = null, $errorString = null)
        {
            parent::__construct();
            $this->reason = $reason;
            $this->fieldPath = $fieldPath;
            $this->trigger = $trigger;
            $this->errorString = $errorString;
        }

Same methods

AuthenticationError::__construct ( $reason = null, $fieldPath = null, $trigger = null, $errorString = null, $ApiErrorType = null )