fetch() public method

public fetch ( )
 /**
  * @expectedException Exception
  */
 public function testFetchFailureOnEmptyEndpoint()
 {
     $client = new FeedlyModel('SOMETOKEN');
     $client->fetch();
 }