weserv/images

View on GitHub
src/Exception/ImageTooLargeException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Weserv\Images\Exception;

/**
 * Exception when a provided image is too large for processing
 */
class ImageTooLargeException extends \Exception
{
}