<?php
namespace Safe\Exceptions;

class SodiumException extends AbstractSafeException
{
}
