<?php
namespace Safe\Exceptions;

class InfoException extends AbstractSafeException
{
}
