public function testFormat()
 {
     $this->assertEquals('Test message.', Exception::format('%s message.', 'Test')->getMessage());
 }