Skip to content

Commit

Permalink
PR: Remove BraintreeException froala#23
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-accolite-801 committed Feb 15, 2023
1 parent 0eb78f5 commit c46686f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FroalaEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit c46686f

Please sign in to comment.