赛亿官网

ClassNotFoundException.php 995B

    <?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK IT ] // +---------------------------------------------------------------------- // | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved. // +---------------------------------------------------------------------- // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 ) // +---------------------------------------------------------------------- // | Author: yunwuxin <448901948@qq.com> // +---------------------------------------------------------------------- namespace think\exception; class ClassNotFoundException extends \RuntimeException { protected $class; public function __construct($message, $class = '') { $this->message = $message; $this->class = $class; } /** * 获取类名 * @access public * @return string */ public function getClass() { return $this->class; } }
jiapeng/portal-front - Gogs: Go Git Service

5 次代码提交 (479500f72c4dbfe77c4d4e856659b646479fd382)

作者 SHA1 备注 提交日期
  luyanan 2997e9388d 企业版导航条和表单类表现方式和效果 7 年之前
  xuchunyang b65ec0d216 修改邮箱发送跳转地址 7 年之前
  happy 6e8af56f15 企业页面 7 年之前
  xuchunyang efe56275a2 修改路径 7 年之前
  luyanan b6bd5b21dc 改变企业版访问层级目录 7 年之前