ArkScript
A small, lisp-inspired, functional scripting language
Exceptions.hpp File Reference

ArkScript homemade exceptions. More...

#include <string>
#include <utility>
#include <stdexcept>
#include <optional>
#include <Ark/Compiler/AST/utf8_char.hpp>
#include <Ark/Utils/Platform.hpp>
#include <Ark/Error/CodeErrorContext.hpp>
Include dependency graph for Exceptions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ark::Error
 
class  Ark::TypeError
 A type error triggered when types don't match. More...
 
class  Ark::AssertionFailed
 An assertion error, only triggered from ArkScript code through (assert expr error-message) More...
 
class  Ark::NestedError
 
struct  Ark::CodeError
 CodeError thrown by the compiler (parser, macro processor, optimizer, and compiler itself) More...
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Detailed Description

ArkScript homemade exceptions.

Author
Lex Plateau (lexpl.nosp@m.t.de.nosp@m.v@gma.nosp@m.il.c.nosp@m.om), Max (madst.nosp@m.k1@p.nosp@m.m.me)
Date
2020-10-27

Definition in file Exceptions.hpp.