Files
zibo-dashboard/vendor/intervention/image/src/Intervention/Image/Exception/NotFoundException.php
T
2025-03-28 08:52:46 +01:00

9 lines
125 B
PHP

<?php
namespace Intervention\Image\Exception;
class NotFoundException extends ImageException
{
# nothing to override
}