Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If you trigger `class_exists` by default autoloader will be started which causes the following exception `Warning: include(MplusQAPIException.php): failed to open stream: No such file or directory`. Only check if the class already exists but never try to autoload it will fix this issue.
- Loading branch information