<?php

declare(strict_types=1);

namespace Image\Exception;

/**
 * Class GDImageException.
 */
class MyGdImageException extends \Exception
{
}