Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 400 and 402] [Versions 401 and 402]
1 <?php 2 3 declare(strict_types=1); 4 5 namespace ZipStream; 6 7 /** 8 * This class is only for inheriting 9 */ 10 abstract class Exception extends \Exception 11 { 12 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body