ManifestElementException.php 117 B

1234567
  1. <?php
  2. namespace PharIo\Manifest;
  3. class ManifestElementException extends \RuntimeException implements Exception {
  4. }