diff --git a/lib/FundingInstructions.php b/lib/FundingInstructions.php index 8d8b242eda..b651660516 100644 --- a/lib/FundingInstructions.php +++ b/lib/FundingInstructions.php @@ -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); } /**