标签: codeigniter exception
我在系统/核心类中构建了一个名为BL_Exceptions.php的自定义类。但是当我使用自定义类时,它说无法找到BL_Exception类。
if( $type == 'customer') { $this->template->load('customer_new'); }else{ throw new BL_Exceptions(10001); }