Refureku
v2.2.0
C++17 runtime reflection library.
ArgCountMismatch.h
1
8
#pragma once
9
10
#include <stdexcept>
11
12
namespace
rfk
13
{
14
class
ArgCountMismatch
:
public
std::logic_error
15
{
16
public
:
17
using
std::logic_error::logic_error;
18
};
19
}
rfk::ArgCountMismatch
Definition:
ArgCountMismatch.h:15
rfk
Definition:
Allocator.h:16
Refureku
Library
Include
Public
Refureku
Exceptions
ArgCountMismatch.h
Generated by
1.9.3