[fpc-pascal] Standard exceptions

Vinzent Höfler JeLlyFish.software at gmx.net
Tue Mar 1 12:54:17 CET 2011


On Tue, 01 Mar 2011 12:38:27 +0100, Michael Fuchs  
<freepascal at ypa-software.de> wrote:

> I also miss a NotImplementedException (or ENotImplemented in FPC style),  
> very handy for test driven development. :)

Yeah. And

type
    //-- @abstract(Obvious coding error.)
    Coder_Needs_Coffee = class (SysUtils.Exception);

was very handy for those "me stupid" situations.

;)


Vinzent.



More information about the fpc-pascal mailing list