ErrorException [ Error ]: Class 'Twig_Autoloader' not found
26 protected static $_twig_lexer_conf;What I am missing in this?
27
28 public static function _init()
29 {
30 parent::_init();
31 Twig_Autoloader::register();
32 }
33
34 protected function process_file($file_override = false)
35 {
36 $file = $file_override ?: $this->file_name;
It looks like you're new here. If you want to get involved, click one of these buttons!