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) {.
Issue fork backup_migrate-3577589
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
Comment #3
anybodyThanks, I can confirm this and prepared a MR.
Only other occurrences of Exception are in
backup_migrate.modulehttps://git.drupalcode.org/search?group_id=49196&nav_source=navbar&proje...
Comment #5
astonvictor commentedworks for me
Comment #6
danrodThanks @Anybody for this, I saw the warnings and the changes makes sense to me, I'll merge this into the 5.1.x branch.
Comment #7
danrod