Skip to contents

Provides a small wrapper around rlang::abort() to standardize error classes within the package for precise testing and user handling.

Usage

abort_zse(message, class = character())

Arguments

message

Error message to display

class

Additional error class to add to the error

Value

No return value, throws an error