You are here

AsymmetricalEncryptionMethodCanNotDecryptException.php in Encrypt 8.3

File

tests/modules/encrypt_test/src/Exception/AsymmetricalEncryptionMethodCanNotDecryptException.php
View source
<?php

namespace Drupal\encrypt_test\Exception;


/**
 * Custom exception for test asymmetrical_encryption_method plugin.
 */
class AsymmetricalEncryptionMethodCanNotDecryptException extends \Exception {

}

Classes

Namesort descending Description
AsymmetricalEncryptionMethodCanNotDecryptException Custom exception for test asymmetrical_encryption_method plugin.