Files
c3c/lib/std/encoding/encoding.c3

7 lines
86 B
Plaintext

module std::encoding;
fault DecodingFailure
{
INVALID_CHARACTER,
INVALID_PADDING,
}