Added travisyml

This commit is contained in:
tidusjar 2016-03-04 16:33:51 +00:00
parent 55a5ad57ba
commit 2752a14407
5 changed files with 26 additions and 4 deletions

View file

@ -60,7 +60,7 @@ namespace PlexRequests.Store
public T Get(string id)
{
throw new NotImplementedException();
throw new NotSupportedException("Get(string) is not supported. Use Get(int)");
}
public T Get(int id)