Update exceptions thrown for better IDE support.

This commit is contained in:
James Cole
2018-02-06 07:50:19 +01:00
parent 9b78069f41
commit 2f95f99890
3 changed files with 11 additions and 19 deletions

View File

@@ -288,7 +288,6 @@ class ExpandedForm
* @return string
*
* @throws \Throwable
* @throws Facades\FireflyException
*/
public function nonSelectableAmount(string $name, $value = null, array $options = []): string
{
@@ -319,7 +318,6 @@ class ExpandedForm
* @return string
*
* @throws \Throwable
* @throws Facades\FireflyException
*/
public function nonSelectableBalance(string $name, $value = null, array $options = []): string
{