<?php
namespace Safe\Exceptions;

class ImageException extends AbstractSafeException
{
}
