etypecase
macro
(etypecase keyform normal-clause* [otherwise-clause])
Like typecase, but throws an exception if no case matches.
typecase