4#ifndef _Stroika_Foundation_DataExchange_RecordNotFoundException_h_
5#define _Stroika_Foundation_DataExchange_RecordNotFoundException_h_ 1
7#include "Stroika/Foundation/StroikaPreComp.h"
12#include "Stroika/Foundation/Execution/Exceptions.h"
18 class RecordNotFoundException :
public Execution::RuntimeErrorException<> {
20 using inherited = Execution::RuntimeErrorException<>;
25 RecordNotFoundException (
const optional<Characters::String>& whatRecord = {});
27 static const RecordNotFoundException kThe;
29 inline const RecordNotFoundException RecordNotFoundException::kThe;
38#include "RecordNotFoundException.inl"