File "class-bytestreamexception.php"
Full Path: /home/adniftyx/public_html/wp-content/plugins/wordpress-importer/php-toolkit/ByteStream/class-bytestreamexception.php
File size: 105 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace WordPress\ByteStream;
use Exception;
class ByteStreamException extends Exception {
}