digitalmars.D.learn - object.Exception and object.Error
- Tobias Pankrath <tobias pankrath.net> Aug 13 2011
- Jesse Phillips <jessekphillips+d gmail.com> Aug 13 2011
http://d-programming-language.org/phobos/core_exception.html mentions object.Exception and object.Error but I can't find documentation on those two anywhere. Can someone please point me to it?
Aug 13 2011
On Sat, 13 Aug 2011 17:01:50 +0200, Tobias Pankrath wrote:http://d-programming-language.org/phobos/core_exception.html mentions object.Exception and object.Error but I can't find documentation on those two anywhere. Can someone please point me to it?
https://github.com/D-Programming-Language/druntime/blob/master/src/ object_.d#L1328
Aug 13 2011








Jesse Phillips <jessekphillips+d gmail.com>