ErrorCode.php 80 B

1234567891011
  1. <?php
  2. namespace app\api;
  3. class ErrorCode extends \app\common\ErrorCode
  4. {
  5. }