Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (handler-bind ((error #'(lambda (condition)
- (push (format nil "~a" condition) *queue*)
- (invoke-restart 'ignore)
- )))
- ;; (foo a)
- (error "a")
- (error "a")
- (error "a"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement