<?php namespace ParagonIE\CipherSweet\Exception; /** * Class CryptoOperationException * @package ParagonIE\CipherSweet\Exception */ class CryptoOperationException extends CipherSweetException { }
info at phpclasses dot org