CommonRuntimeException.php 96 B

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