Botan
1.11.15
|
#include <point_gfp.h>
Public Member Functions | |
Illegal_Transformation (const std::string &err="Requested transformation is not possible") |
Exception thrown if you try to convert a zero point to an affine coordinate
Definition at line 22 of file point_gfp.h.
Botan::Illegal_Transformation::Illegal_Transformation | ( | const std::string & | err = "Requested transformation is not possible" | ) | [inline] |
Definition at line 24 of file point_gfp.h.
: Exception(err) {}