<?php
namespace Safe\Exceptions;

class VarException extends AbstractSafeException
{
}
