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

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