File "class-tus-exception.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/tus/class-tus-exception.php
File size: 166 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Tus Exception
 *
 * @package jetpack-videopress
 */

namespace VideoPressUploader;

/**
 * Tus Exception
 */
class Tus_Exception extends \Exception {

}