/**
  * testGenericThrowsErrorWithoutProcessor
  *
  * @expectedException \Brown298\DataTablesBundle\Exceptions\ProcessorException
  */
 public function testGenericThrowsErrorWithoutProcessor()
 {
     $this->service->aaaaaaaa();
 }