Raise and Raiseby reference kinds indicate a program unit explicitly raised an exception.
procedure some_proc is begin raise some_exception; end;