Compile Error!

ErrorException [ Compile Error ]:
Cannot declare class Controller_Product_Cpapertray, because the name is already in use

APPPATH/classes/controller/product/cpaperbag.php @ line 0

0
1<?php
2
3class Controller_Product_Cpapertray extends Controller_Template
4{
5    public $template 'template/template_product';

Backtrace

  1. COREPATH/bootstrap.php @ line 80
    75        else
    76        {
    77            logger(\Fuel::L_ERROR'shutdown - ' $e->getMessage()." in ".$e->getFile()." on ".$e->getLine());
    78        }
    79    }
    80    return \Errorhandler::shutdown_handler();
    81});
    82
    83set_exception_handler(function ($e)
    84{
    85    // reset the autoloader
    

Prior Contents (show)