File "Error.php"
Full Path: /home/elegucvf/public_html/video/wp-content/plugins/one-click-demo-import/vendor/yoast/phpunit-polyfills/src/Exceptions/Error.php
File size: 161 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Polyfill the PHP 7.0+ native Error class.
*
* @phpcs:disable PSR1.Classes.ClassDeclaration.MissingNamespace
*/
class Error extends Exception {}