You are here

EncryptionMethodCanNotDecryptException.php in Encrypt 8.3

File

src/Exception/EncryptionMethodCanNotDecryptException.php
View source
<?php

namespace Drupal\encrypt\Exception;


/**
 * Class EncryptException.
 */
class EncryptionMethodCanNotDecryptException extends \Exception {

}

Classes

Namesort descending Description
EncryptionMethodCanNotDecryptException Class EncryptException.