Catch various errors.

This commit is contained in:
James Cole
2018-07-26 06:27:52 +02:00
parent 6bcfea1de4
commit 89be30c4b9
19 changed files with 76 additions and 50 deletions

View File

@@ -100,6 +100,7 @@ trait TransactionServiceTrait
* @param string|null $accountName
*
* @return Account|null
* @throws \FireflyIII\Exceptions\FireflyException
*/
public function findAccount(?string $expectedType, ?int $accountId, ?string $accountName): ?Account
{