我的自定义异常类在codeigniter中找不到CI_Exception类

时间:2013-01-13 05:49:19

标签: codeigniter exception

我在系统/核心类中构建了一个名为BL_Exceptions.php的自定义类。但是当我使用自定义类时,它说无法找到BL_Exception类。

    if( $type == 'customer') {
            $this->template->load('customer_new');

    }else{
            throw new BL_Exceptions(10001);
    }

0 个答案:

没有答案