<?php
namespace Safe\Exceptions;

class OpensslException extends AbstractSafeException
{
}
