Lullabot/mpx-php

View on GitHub
src/Exception/ApiException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

/**
 * @file
 * Contains Lullabot\Mpx\Exception\ApiException.
 */

namespace Lullabot\Mpx\Exception;

/**
 * @class ApiException
 *
 * @deprecated Remove when all requests use other exceptions.
 */
class ApiException extends \Exception
{
}