This is happening in Admin Columns Pro version 6.1.3. Line 5 of addons/acf/classes/Field.php has the following use statement:
use http\Exception\InvalidArgumentException;
That class in that namespace doesn't exist, and if you trigger the exception in that file, instead of the intended error message this occurs:
Fatal error: Uncaught Error: Class "http\Exception\InvalidArgumentException" not found in /path/to/plugins/admin-columns-pro/addons/acf/classes/Field.php:22
I believe this use statement should be the same as the rest of the plugin:
This is happening in Admin Columns Pro version 6.1.3. Line 5 of
addons/acf/classes/Field.php
has the following use statement:That class in that namespace doesn't exist, and if you trigger the exception in that file, instead of the intended error message this occurs:
I believe this use statement should be the same as the rest of the plugin: