Configuration file type not supported.
Автор: Nicola Pietroluongo (nik.longstone@gmail.com)
Наследование: extends RuntimeException
 public function testConfNotSupportedException()
 {
     $e = new ConfNotSupportedException('file');
     $this->assertEquals('The configuration file "file" is not supported', $e->getMessage(), 'A message should be generated');
 }