StaffIsNotFoundException.php 190 Bytes 编辑Web IDE 1 2 3 4 5 6 7 8 9 <?php namespace app\api\exception; class StaffIsNotFoundException extends BaseException { public $code = 400; public $message = 'staff is not found'; public $errorCode = 3001; }