]> git.agnieray.net Git - galette.git/commit - galette/lib/Galette/Entity/Contribution.php
Catch Throwables instead of Exceptions
authorJohan Cwiklinski <johan@x-tnd.be>
Thu, 5 Nov 2020 17:48:50 +0000 (18:48 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Fri, 6 Nov 2020 08:29:21 +0000 (09:29 +0100)
commit9a1b08a29648722394dbb03f054e0bd5066f94b1
tree8b9008c186046057f32cf43c0d52ddc382008e4f
parent464b0e62244a679c22ea4e71af3c921f4160e66c
Catch Throwables instead of Exceptions
63 files changed:
galette/includes/routes/ajax.routes.php
galette/install/steps/check.php
galette/lib/Galette/Controllers/Crud/ContributionsController.php
galette/lib/Galette/Controllers/Crud/DynamicFieldsController.php
galette/lib/Galette/Controllers/Crud/GroupsController.php
galette/lib/Galette/Controllers/Crud/MailingsController.php
galette/lib/Galette/Controllers/Crud/SavedSearchesController.php
galette/lib/Galette/Controllers/CrudController.php
galette/lib/Galette/Controllers/DynamicTranslationsController.php
galette/lib/Galette/Controllers/HistoryController.php
galette/lib/Galette/Controllers/PdfController.php
galette/lib/Galette/Controllers/PluginsController.php
galette/lib/Galette/Core/Db.php
galette/lib/Galette/Core/GaletteMail.php
galette/lib/Galette/Core/History.php
galette/lib/Galette/Core/Install.php
galette/lib/Galette/Core/L10n.php
galette/lib/Galette/Core/Links.php
galette/lib/Galette/Core/Login.php
galette/lib/Galette/Core/MailingHistory.php
galette/lib/Galette/Core/Password.php
galette/lib/Galette/Core/Picture.php
galette/lib/Galette/Core/Plugins.php
galette/lib/Galette/Core/Preferences.php
galette/lib/Galette/DynamicFields/DynamicField.php
galette/lib/Galette/Entity/Adherent.php
galette/lib/Galette/Entity/Contribution.php
galette/lib/Galette/Entity/DynamicFieldsHandle.php
galette/lib/Galette/Entity/DynamicsTrait.php
galette/lib/Galette/Entity/Entitled.php
galette/lib/Galette/Entity/FieldsCategories.php
galette/lib/Galette/Entity/FieldsConfig.php
galette/lib/Galette/Entity/Group.php
galette/lib/Galette/Entity/I18nTrait.php
galette/lib/Galette/Entity/ImportModel.php
galette/lib/Galette/Entity/ListsConfig.php
galette/lib/Galette/Entity/PaymentType.php
galette/lib/Galette/Entity/PdfModel.php
galette/lib/Galette/Entity/Reminder.php
galette/lib/Galette/Entity/SavedSearch.php
galette/lib/Galette/Entity/Texts.php
galette/lib/Galette/Entity/Title.php
galette/lib/Galette/Entity/Transaction.php
galette/lib/Galette/Filters/AdvancedMembersList.php
galette/lib/Galette/Filters/ContributionsList.php
galette/lib/Galette/Filters/HistoryList.php
galette/lib/Galette/Filters/MailingsList.php
galette/lib/Galette/Filters/TransactionsList.php
galette/lib/Galette/Handlers/Error.php
galette/lib/Galette/Handlers/GaletteError.php
galette/lib/Galette/Handlers/PhpError.php
galette/lib/Galette/IO/CsvIn.php
galette/lib/Galette/IO/CsvOut.php
galette/lib/Galette/IO/News.php
galette/lib/Galette/Middleware/Telemetry.php
galette/lib/Galette/Repository/Contributions.php
galette/lib/Galette/Repository/Groups.php
galette/lib/Galette/Repository/Members.php
galette/lib/Galette/Repository/PaymentTypes.php
galette/lib/Galette/Repository/PdfModels.php
galette/lib/Galette/Repository/SavedSearches.php
galette/lib/Galette/Repository/Titles.php
galette/lib/Galette/Repository/Transactions.php