RuntimeException.php 90 B

1234567
  1. <?php
  2. namespace Dcat\Admin\Exception;
  3. class RuntimeException extends AdminException
  4. {
  5. }