See Release Notes
[Summary view]
1 <?php 2 3 declare(strict_types=1); 4 5 namespace OpenSpout\Writer\Exception; 6 7 final class WriterAlreadyOpenedException extends WriterException 8 { 9 }
title
Description
Body