Exceptions

Index

Documentation

CTBase.AmbiguousDescriptionType
struct AmbiguousDescription <: CTException

Exception thrown when the description is ambiguous / incorrect.

Fields

  • var::Tuple{Vararg{Symbol}}
source
CTBase.ExtensionErrorType
mutable struct ExtensionError <: CTException

Exception thrown when an extension is not loaded but the user tries to call a function of it.

Fields

  • weakdeps::Tuple{Vararg{Symbol}}
source
CTBase.NotImplementedType
struct NotImplemented <: CTException

Exception thrown when a method is not implemented.

Fields

  • var::String
source
CTBase.ParsingErrorType
struct ParsingError <: CTException

Exception thrown for syntax error during abstract parsing.

Fields

  • var::String
source
CTBase.UnauthorizedCallType
struct UnauthorizedCall <: CTException

Exception thrown when a call to a function is not authorized.

Fields

  • var::String
source