Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
AMReX_Exception.H
Go to the documentation of this file.
1#ifndef AMREX_EXCEPTION_H_
2#define AMREX_EXCEPTION_H_
3#include <AMReX_Config.H>
4
10#include <stdexcept>
11
12namespace amrex
13{
16 using RuntimeError = std::runtime_error;
17}
18
19#endif
std::runtime_error RuntimeError
Definition AMReX_Exception.H:16
Definition AMReX_Amr.cpp:50