Files

8 lines
111 B
PHP
Executable File

<?php
namespace MauticPlugin\MauticFullContactBundle\Exception;
class ApiException extends BaseException
{
}