Bloom.Publish.SHRP_PupilBookExtension.HandleThumbnailerError C# (CSharp) Method

HandleThumbnailerError() private method

private HandleThumbnailerError ( HtmlDom pageDom, Exception error ) : void
pageDom Bloom.Book.HtmlDom
error System.Exception
return void
        private void HandleThumbnailerError(HtmlDom pageDom, Exception error)
        {
            throw new NotImplementedException();
        }