The upgrade status module reports Caught class Drupal\backup_migrate\Drupal\Filter\Exception not found. warnings that should be fixed.

There are two lines in the Drupal\backup_migrate\Drupal\Filter\DrupalEncrypt that should be updated from catch (Exception $e) { to catch (\Exception $e) {.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

astonvictor created an issue. See original summary.

anybody made their first commit to this issue’s fork.

anybody’s picture

Status: Active » Needs review

Thanks, I can confirm this and prepared a MR.

Only other occurrences of Exception are in backup_migrate.module
https://git.drupalcode.org/search?group_id=49196&nav_source=navbar&proje...

astonvictor’s picture

Status: Needs review » Reviewed & tested by the community

works for me

danrod’s picture

Thanks @Anybody for this, I saw the warnings and the changes makes sense to me, I'll merge this into the 5.1.x branch.

danrod’s picture

Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.