mirror of
https://github.com/matrix-construct/construct
synced 2024-11-04 21:08:57 +01:00
Update magick.cc
This commit is contained in:
parent
27324d42bc
commit
04ab35988b
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,7 @@ namespace ircd::magick
|
|||
struct transform;
|
||||
|
||||
[[noreturn]] static void handle_exception(const ExceptionType, const char *, const char *);
|
||||
[[noreturn]] static void handle_fatal(const ExceptionType, const char *, const char *) noexcept;
|
||||
[[noreturn]] static void handle_fatal(const ExceptionType, const char *, const char *);
|
||||
static void handle_error(const ExceptionType, const char *, const char *) noexcept;
|
||||
static void handle_warning(const ExceptionType, const char *, const char *) noexcept;
|
||||
static void handle_log(const ExceptionType, const char *) noexcept;
|
||||
|
@ -913,7 +913,6 @@ void
|
|||
ircd::magick::handle_fatal(const ExceptionType type,
|
||||
const char *const reason,
|
||||
const char *const description)
|
||||
noexcept
|
||||
{
|
||||
log::critical
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue