feat(library/module): expand 'failed to import' error message
see issue #448
This commit is contained in:
parent
2b65f02f6f
commit
7d827a14c9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Author: Leonardo de Moura
|
||||||
|
|
||||||
namespace lean {
|
namespace lean {
|
||||||
corrupted_file_exception::corrupted_file_exception(std::string const & fname):
|
corrupted_file_exception::corrupted_file_exception(std::string const & fname):
|
||||||
exception(sstream() << "failed to import '" << fname << "', file is corrupted") {
|
exception(sstream() << "failed to import '" << fname << "', file is corrupted, please regenerate the file from sources") {
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef pair<std::string, std::function<void(serializer &)>> writer;
|
typedef pair<std::string, std::function<void(serializer &)>> writer;
|
||||||
|
|
Loading…
Add table
Reference in a new issue