1: <?php 2: namespace Ctct\Exceptions; 3: 4: /** 5: * Exception thrown if an error occurred during OAuth2 authentication process 6: * 7: * @package exceptions 8: * @author djellesma 9: */ 10: class OAuth2Exception extends CtctException 11: { 12: } 13: