Nix
2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
exit.hh
Go to the documentation of this file.
1
#pragma once
3
4
#include "
lix/libutil/error.hh
"
5
6
namespace
nix {
7
11
class
Exit :
public
BaseException
12
{
13
public
:
14
int
status;
15
Exit() : status(0) { }
16
explicit
Exit(
int
status) : status(status) { }
17
};
18
19
}
nix::BaseException
Definition
error.hh:103
error.hh
This file defines two main structs/classes used in nix error handling.
lix
libutil
exit.hh
Generated by
1.15.0