Thoughts on politics, ethics, software, etc. from Clay Shentrup
class MyException < StandardError def initialize(message = 'My custom error message') super end end
Post a Comment
No comments:
Post a Comment