Jump to content

Exceptions: Difference between revisions

Line 285:
=={{header|Factor}}==
===Throw Exceptions===
"Install Linux, Problem Solved" throw
 
TUPLE: velociraptor ;
\ velociraptor construct-emptynew throw
 
Or a shorthand for this:
ERROR: velociraptor ;
velociraptor
 
TUPLE: velociraptor ;
\ velociraptor construct-empty throw
===Catch Exceptions===
! Preferred exception handling
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.