nathanjdunn/chargebee-php-sdk

View on GitHub
src/Exceptions/ResourceLimitExceededException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace NathanDunn\Chargebee\Exceptions;

use Http\Client\Exception\HttpException;

class ResourceLimitExceededException extends HttpException
{
}