1*ab8e5256SAndreas Gohr<?php 2*ab8e5256SAndreas Gohr 3*ab8e5256SAndreas Gohrnamespace splitbrain\PHPArchive; 4*ab8e5256SAndreas Gohr 5*ab8e5256SAndreas Gohr/** 6*ab8e5256SAndreas Gohr * Read/Write Errors 7*ab8e5256SAndreas Gohr */ 8*ab8e5256SAndreas Gohrclass ArchiveIOException extends \Exception 9*ab8e5256SAndreas Gohr{ 10*ab8e5256SAndreas Gohr}