Sequenzia/lib/Moebooru/Exception/ResizeErrorException.php
2013-10-26 18:06:58 -05:00

7 lines
117 B
PHP
Executable File

<?php
namespace Moebooru\Exception;
class ResizeErrorException extends \Exception implements ExceptionInterface
{
}