StreetFoo.Client.ReportImageCacheManager.SinkWarning C# (CSharp) Method

SinkWarning() private method

private SinkWarning ( FileNotFoundException ex ) : void
ex System.IO.FileNotFoundException
return void
        private void SinkWarning(FileNotFoundException ex)
        {
            // no-op - we're just getting rid of compiler warnings...
        }