xref: /plugin/upgrade/myvendor/splitbrain/php-archive/src/ArchiveCorruptedException.php (revision ab8e5256dbaece2751c4414d6cf7b761cb71998a)
1*ab8e5256SAndreas Gohr<?php
2*ab8e5256SAndreas Gohr
3*ab8e5256SAndreas Gohrnamespace splitbrain\PHPArchive;
4*ab8e5256SAndreas Gohr
5*ab8e5256SAndreas Gohr/**
6*ab8e5256SAndreas Gohr * The archive is unreadable
7*ab8e5256SAndreas Gohr */
8*ab8e5256SAndreas Gohrclass ArchiveCorruptedException extends \Exception
9*ab8e5256SAndreas Gohr{
10*ab8e5256SAndreas Gohr}