RosettaCodeData/Task/Exceptions/R/exceptions-2.r
2023-07-01 13:44:08 -04:00

2 lines
94 B
R

stop("An error has occured")
stop(e) #where e is a simpleError, as above