Hi! I´m wondering if it´s possible create a constructor that throws a exception in some cases? Anyone could tell me how can I achieve this?? Thanks in advance
r
robstoll
06/20/2018, 12:59 PM
you can throw an Exception in
init
👍 2
j
jgodort
06/20/2018, 1:01 PM
Thanks!! I didn´t find anything in the reference docs