Differences Between: [Versions 311 and 402] [Versions 311 and 403]
1 <?php 2 declare(strict_types=1); 3 4 namespace ZipStream\Exception; 5 6 use ZipStream\Exception; 7 8 /** 9 * This Exception gets invoked if options are incompatible 10 */ 11 class IncompatibleOptionsException extends Exception 12 { 13 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body