weserv/images

View on GitHub
src/Exception/RateExceededException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Weserv\Images\Exception;

/**
 * Exception when a user rate limit is exceeded
 */
class RateExceededException extends \Exception
{
}