ImportError.php 76 B

123456789
  1. <?php
  2. namespace App\Exceptions;
  3. class ImportError extends \Exception
  4. {
  5. }