File "class-bytestreamexception.php"

Full Path: /home/sasslijg/public_html/wp-content/plugins/wordpress-importer/parsers/xml-processor/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 {

}