images/src/Exception/InvalidContent.php

8 lines
87 B
PHP
Executable File

<?php
namespace Meoran\Images\Exception;
class InvalidContent extends \Exception
{
}