Remove fc::exception::dynamic_rethrow_exception. To work correctly dynamic_rethrow_exception requires registration via FC_REGISTER_EXCEPTIONS which was never done for any of the eosio::chain defined exceptions.
Since this feature never has worked as expected for eosio::chain defined exceptions, remove it to avoid confusion.
Note:start
category: System Stability
component: Internal
summary: Improved support for eosio::chain defined exceptions by removing dynamic-rethrow-exception
Note:end
Remove
fc::exception::dynamic_rethrow_exception
. To work correctlydynamic_rethrow_exception
requires registration viaFC_REGISTER_EXCEPTIONS
which was never done for any of theeosio::chain
defined exceptions.Since this feature never has worked as expected for
eosio::chain
defined exceptions, remove it to avoid confusion.Resolves #980