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