class-aweber-oauth.php
3 years ago
class-aweber-oauth2.php
5 months ago
class-wp-aweber-api-exception.php
3 years ago
class-wp-aweber-api-not-found-exception.php
3 years ago
class-wp-aweber-api.php
5 months ago
class-wp-aweber-api-exception.php
16 lines
| 1 | <?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName |
| 2 | /** |
| 3 | * Hustle_Addon_Aweber_Wp_Api_Exception class |
| 4 | * |
| 5 | * @package Hustle |
| 6 | */ |
| 7 | |
| 8 | /** |
| 9 | * Class Hustle_Addon_Aweber_Wp_Api_Exception |
| 10 | * Exception holder for Aweber wp api |
| 11 | * |
| 12 | * @since 1.0 Aweber Addon |
| 13 | */ |
| 14 | class Hustle_Addon_Aweber_Wp_Api_Exception extends Hustle_Addon_Aweber_Exception { |
| 15 | } |
| 16 |