Search found 1 match
- Mon Apr 30, 2018 8:47 am
- Forum: General
- Topic: Better exception handling
- Replies: 10
- Views: 10327
Re: Better exception handling
Interesting topic. I've just released an app recently with a löve component and it allows the user to program buttons. One of the things the user can do is add an action to a button to play a sound effect. If they mis-type the file name of the sound file, then the app shouldn't crash! pcall did the ...