1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18:
<?php /** * ManyChat API PHP library * * @copyright 2019 ManyChat, Inc. * @license https://opensource.org/licenses/MIT The MIT License */ namespace ManyChat\Exception; use Exception; class ManyChatException extends Exception { }