throw: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 22: | Line 22: | ||
'''Description:''' | '''Description:''' | ||
Throws an exception. The exception is processed by first catch block. See [[Try]]. | Throws an exception. The exception is processed by first catch block. See [[try|Try]]. | ||
'''Example:''' | '''Example:''' | ||
'''throw''' "invalid argument" | '''throw''' "invalid argument" |