Skip to content

Commit f698099

Browse files
Replaces wrong plugin name in exception throwing
Signed-off-by: Jhon <jhon@lepidus.com.br>
1 parent 2bab612 commit f698099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/DataEncryption.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function encryptString(string $plainText): string
5858
try {
5959
$encryptedString = $encrypter->encrypt($plainText);
6060
} catch (Exception $e) {
61-
throw new Exception("DEIA Survey - Failed to encrypt string");
61+
throw new Exception("Dataverse Error: Failed to encrypt string");
6262
}
6363

6464
return self::BASE64_PREFIX . base64_encode($encryptedString);

0 commit comments

Comments
 (0)