Packages

Advent of code helper - automating setup of tests, solution template and problem input

Current section

Files

Jump to
adglent include showtime@internal@common@test_result_ErlangException.hrl
Raw

include/showtime@internal@common@test_result_ErlangException.hrl

-record(erlang_exception, {
class :: showtime@internal@common@test_result:class(),
reason :: showtime@internal@common@test_result:reason(),
stacktrace :: showtime@internal@common@test_result:trace_list(),
output_buffer :: list(binary())
}).