Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
encrypt_kms
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
encrypt_kms
Commits
24c05f55
Commit
24c05f55
authored
1 year ago
by
Julien Langlois
Committed by
Jake Bell
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3391016
by Shreya_th, tido: Undefined method Error::decodeExceptionWithMessage
parent
42055bb5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
encrypt_kms.install
+2
-2
2 additions, 2 deletions
encrypt_kms.install
with
2 additions
and
2 deletions
encrypt_kms.install
+
2
−
2
View file @
24c05f55
...
...
@@ -57,8 +57,8 @@ function encrypt_kms_requirements($phase) {
$requirements
[
'aws-creds'
][
'severity'
]
=
REQUIREMENT_OK
;
$requirements
[
'aws-creds'
][
'value'
]
=
$result
[
'UserId'
];
}
}
catch
(
Exception
$e
)
{
\Drupal
::
logger
(
'
php
'
)
->
error
(
Error
:
:
decodeExceptionWith
Message
(
$e
));
}
catch
(
\
Exception
$e
)
{
\Drupal
::
logger
(
'
encrypt_kms
'
)
->
error
(
'
Error:
@message'
,
[
'@message'
=>
$e
->
get
Message
()
]
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment