<?php/** * @copyright Vertex. All rights reserved. https://www.vertexinc.com/ * @author Mediotype Development <diveinto@mediotype.com> */namespaceVertex\Exception\ApiException;useVertex\Exception\ApiException;/** * Identifies a failure to resolve the Trusted ID / Company Code combination * * @api */classAuthenticationExceptionextendsApiException{/** * @inheritdoc */publicfunction__construct($message='The Vertex Trusted ID or Company Code is incorrect',$code=0,$previous=null){parent::__construct($message,$code,$previous);}}