Pretty much does what it says on the tin.

wrap_error(...)

Arguments

...

Character values that are concatenated without separator.

Value

The wrapped message.

Examples

cat(
  metabefor::wrap_error(
    "You missed a closing quote somewhere!"
  )
);
#> 
#> -------- ! metabefor error, please read carefully ! --------
#> 
#> You missed a closing quote somewhere!
#> 
#> ---------------- ! Thank you for reading ! -----------------
#>