master
<?php declare(strict_types=1); namespace Encryption\Exceptions; /** * Class CipherNotImplementedException * @package Encryption\Exceptions */ final class CipherNotImplementedException extends EncryptionException { }