/**
  * @covers                   AmazonCore::setLogPath
  * @expectedException Exception
  * @expectedExceptionMessage Log file does not exist or cannot be read! (no)
  */
 public function testSetLogPath()
 {
     $this->object->setLogPath('no');
 }