Added DEBUG_OUTPUT to ERROR, since this is convenient during debugging

This commit is contained in:
Jocelyn Fiat
2012-02-14 18:01:17 +01:00
parent dd6b74326e
commit 4bb8a71c1b

View File

@@ -8,6 +8,11 @@ note
deferred class deferred class
ERROR ERROR
inherit
ANY
DEBUG_OUTPUT
feature -- Access feature -- Access
code: INTEGER code: INTEGER
@@ -47,6 +52,13 @@ feature -- String representation
end end
end end
feature -- Status report
debug_output: STRING
do
Result := string_representation.as_string_8
end
feature -- Change feature -- Change
set_parent (a_parent: like parent) set_parent (a_parent: like parent)