]> SALOME platform Git repositories - tools/medcoupling.git/blobdiff - src/INTERP_KERNEL/Bases/InterpKernelException.hxx
Salome HOME
Some useful helpers into medcoupling python module
[tools/medcoupling.git] / src / INTERP_KERNEL / Bases / InterpKernelException.hxx
index 8d68ab69cda06e5b68cfe9b6a84ffa1746aae202..d165bfe8208586552dbbc5b16497233d03a94561 100644 (file)
@@ -32,6 +32,7 @@ namespace INTERP_KERNEL
   {
   public:
     INTERPKERNEL_EXPORT Exception(const char *reason);
+    INTERPKERNEL_EXPORT Exception(const std::string& reason);
     INTERPKERNEL_EXPORT Exception(const char *reason, const char *file, int line);
     INTERPKERNEL_EXPORT ~Exception() throw ();
     INTERPKERNEL_EXPORT const char *what() const throw();