Add Test code
This commit is contained in:
commit
551549241f
1 changed files with 7 additions and 0 deletions
7
Test code
Normal file
7
Test code
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
class procedure TedoInfo.Error( const aMsg: String = '' );
|
||||||
|
begin
|
||||||
|
if ( aMsg = '' ) then
|
||||||
|
raise EedoInfoException.Create( SParsingError )
|
||||||
|
else
|
||||||
|
raise EedoInfoException.Create( aMsg );
|
||||||
|
end;
|
||||||
Loading…
Reference in a new issue