Exception handling
This commit is contained in:
+5
-1
@@ -1,3 +1,7 @@
|
||||
;; -*- mode: lisp-data -*-
|
||||
|
||||
(error '("Hi"))
|
||||
(fset 'test-fun (lambda (x)
|
||||
(error (list x))))
|
||||
|
||||
(test-fun "hi")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user