IOException.php 87 B

12345678
  1. <?php
  2. namespace ACES\Common\Exception;
  3. class IOException extends CryptoException
  4. {
  5. }