Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Apr 15, 2022
1 parent c2b38f5 commit cbecf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FundingInstructions.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static function all($_opts = null)
$msg = 'Funding instructions cannot be retrieved without a customer ID. Retrieve ' .
"a funding instruction using `Customer::allFundingInstructions('customer_id', ...)`.";

throw new BadMethodCallException($msg);
throw new Exception\BadMethodCallException($msg);
}

/**
Expand Down

0 comments on commit cbecf26

Please sign in to comment.