You are here

class AsymmetricalEncryptionMethodCanNotDecryptException in Encrypt 8.3

Custom exception for test asymmetrical_encryption_method plugin.

Hierarchy

Expanded class hierarchy of AsymmetricalEncryptionMethodCanNotDecryptException

1 file declares its use of AsymmetricalEncryptionMethodCanNotDecryptException
AsymmetricalEncryptionMethod.php in tests/modules/encrypt_test/src/Plugin/EncryptionMethod/AsymmetricalEncryptionMethod.php

File

tests/modules/encrypt_test/src/Exception/AsymmetricalEncryptionMethodCanNotDecryptException.php, line 8

Namespace

Drupal\encrypt_test\Exception
View source
class AsymmetricalEncryptionMethodCanNotDecryptException extends \Exception {

}

Members