weserv/images

View on GitHub
src/Exception/ImageTooBigException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Weserv\Images\Exception;

/**
 * Exception when a provided image is too big for downloading
 */
class ImageTooBigException extends \Exception
{
}