<?php
namespace Safe\Exceptions;

class HashException extends AbstractSafeException
{
}
