View Single Post
Old 10-30-2013, 04:40 PM   #1
davidnwelton
Member
davidnwelton began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jul 2011
Location: Padova, Italy
Device: Kindle
Flight Crew ValidateEpub method

Hi,

Anyone know what is going on here? This is in ValidateEpub.cpp:

Code:
   try
    {
        throw(std::exception());
    }
    
    catch ( std::exception& exception )
    {
        results.push_back( Result( ERROR_EPUB_NOT_VALID_ZIP_ARCHIVE )
                           .SetCustomMessage( exception.what() ) );
        return results;
    }
If it's not implemented yet, perhaps that would be a better return/error message?
davidnwelton is offline   Reply With Quote