<?php declare(strict_types=1); namespace ParagonIE\HPKE; use Exception; class HPKEException extends Exception { }
info at phpclasses dot org