From c46686f83f00239a2930e082465398e4c79b5065 Mon Sep 17 00:00:00 2001 From: Vivek Date: Wed, 15 Feb 2023 12:43:43 +0530 Subject: [PATCH] PR: Remove BraintreeException #23 --- lib/FroalaEditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/FroalaEditor.php b/lib/FroalaEditor.php index cfbfa49..c76c4d6 100644 --- a/lib/FroalaEditor.php +++ b/lib/FroalaEditor.php @@ -8,7 +8,7 @@ require_once(__DIR__ . DIRECTORY_SEPARATOR . 'autoload.php'); if (version_compare(PHP_VERSION, '5.4.0', '<')) { - throw new Braintree_Exception('PHP version >= 5.4.0 required'); + throw new Exception('PHP version >= 5.4.0 required'); } function requireDependencies() {