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