Add some debug info

This commit is contained in:
James Cole
2020-05-16 06:59:15 +02:00
parent b248bd6d0c
commit 9a52cfbfbe
3 changed files with 3 additions and 2 deletions

View File

@@ -346,6 +346,7 @@ class TransactionGroupRepository implements TransactionGroupRepositoryInterface
Log::warning('Group repository caught group factory with a duplicate exception!');
throw new DuplicateTransactionException($e->getMessage());
} catch(FireflyException $e) {
Log::warning('Group repository caught group factory with an exception!');
Log::error($e->getMessage());
Log::error($e->getTraceAsString());
throw new FireflyException($e->getMessage());