14#include <lagrange/api.h>
26struct LA_CORE_API
Error :
public std::runtime_error
28 using runtime_error::runtime_error;
35struct LA_CORE_API BadCastError :
public Error
40 ~BadCastError()
override;
Main namespace for Lagrange.
Base exception for errors thrown by Lagrange functions.
Definition Error.h:27
An exception of this type is thrown when a parsing error occurs.
Definition Error.h:47