Configuration file type not supported.
Author: Nicola Pietroluongo (nik.longstone@gmail.com)
Inheritance: 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');
 }