1<?php
2
3namespace splitbrain\PHPArchive;
4
5/**
6 * File meta data problems
7 */
8class FileInfoException extends \Exception
9{
10}