Hi All,
Is there a way to get the current file and line number?
Something that would allow me to do something like the following...
runtimeError("It died in " + _FILE_ + " on line " + _LINE_ + " because of a lack of eggs.")
Is there a way to get the current file and line number?
Something that would allow me to do something like the following...
runtimeError("It died in " + _FILE_ + " on line " + _LINE_ + " because of a lack of eggs.")