https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39632 Bug ID: 39632 Summary: Failed plugin install gives too little info Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Plugin architecture Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org When the `install()` process fails, it throws a `Koha::Exceptions::Plugin::InstallDied` exception. But it only carries the `plugin_class` value. We need to pass the error from the `try/catch` block so it gets returned to the caller as well. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.