7 lines
No EOL
196 B
Text
7 lines
No EOL
196 B
Text
class procedure TedoInfo.Error( const aMsg: String = '' );
|
|
begin
|
|
if ( aMsg = '' ) then
|
|
raise EedoInfoException.Create( SParsingError )
|
|
else
|
|
raise EedoInfoException.Create( aMsg );
|
|
end; |