예제 #1
0
 protected function filter()
 {
     try {
         return Process::coffee(['-cs'], parent::filter());
     } catch (Exceptions\ProcessFailure $e) {
         throw new Exceptions\SyntaxError($this, $e->error);
     }
 }