Exception.php 68 B

1234567
  1. <?php
  2. namespace Installer;
  3. class Exception extends \Exception
  4. {
  5. }