1#ifndef SQL_EXCEPTION_HANDLER_H_INCLUDED
2#define SQL_EXCEPTION_HANDLER_H_INCLUDED
void handle_gis_exception(const char *funcname)
Handle a GIS exception of any type.
Definition: sql_exception_handler.cc:92
void handle_std_exception(const char *funcname)
Handle an exception of any type.
Definition: sql_exception_handler.cc:60