OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
EarlyLeaveException.cpp
Go to the documentation of this file.
1//
2// Implements the member function of the EarlyLeaveException class.
3//
4// Copyright (c) 2008-2019
5// Paul Scherrer Institut, Villigen PSI, Switzerland
6// All rights reserved.
7//
8// OPAL is licensed under GNU GPL version 3.
9//
10
12
13
14EarlyLeaveException::EarlyLeaveException(const std::string &meth, const std::string &msg):
15 ClassicException(meth, msg)
16{}
17
18
21{}
22
23
25{}
The abstract base class for all exceptions in CLASSIC.
EarlyLeaveException()=delete