mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 15:21:39 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52235 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
4f75f6a7ed
commit
47bbf2e734
@ -0,0 +1,16 @@
|
||||
#include "stdafx.h"
|
||||
#include "UnexpectedProgramPath.h"
|
||||
|
||||
|
||||
namespace EXCEPT
|
||||
{;
|
||||
namespace LE
|
||||
{;
|
||||
|
||||
UnexpectedProgramPath::UnexpectedProgramPath(const std::string& message, const std::string& function_name)
|
||||
: WrongAPIUsage(message, function_name)
|
||||
{
|
||||
}
|
||||
|
||||
} // namespace LE
|
||||
} // namespace EXCEPT
|
||||
Reference in New Issue
Block a user