Author: Nicola Pietroluongo (nik.longstone@gmail.com)
Inheritance: extends RuntimeException
 public function testSourceNotValidException()
 {
     $e = new SourceNotValidException();
     $this->assertEquals('The source specified is not valid', $e->getMessage(), 'A message should be generated');
 }