11 lines
165 B
PHP
11 lines
165 B
PHP
<?php
|
|
|
|
namespace AutomateWoo\Exceptions;
|
|
|
|
/**
|
|
* AutomateWoo Exception Interface.
|
|
*
|
|
* @since 4.9.0
|
|
* @package AutomateWoo\Exceptions
|
|
*/
|
|
interface Exception {}
|