FileException vs. Exception

Regan Heath regan at netwin.co.nz
Mon Mar 20 16:11:39 PST 2006


On Tue, 21 Mar 2006 00:07:21 +0000 (UTC), <starkweatherr at mchsi.com> wrote:
> Where can I find the current definition of the FileException class, or  
> whatever it is now?

I tend to use the find in files function in TextPad to scan  
"dmd\src\phobos\" and all subdirectories for "*.d" containing the text I  
am after, in this case "FileException", results include:

std\file.d(59): class FileException : Exception

meaning dmd\src\phobos\std\file.d is the file you're after.

Regan



More information about the Digitalmars-d-learn mailing list