aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Messages.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/Messages.st b/Messages.st
index 82d4bfc..b5be3ce 100644
--- a/Messages.st
+++ b/Messages.st
@@ -65,7 +65,7 @@ Object subclass: IEMessage [
].
].
- ^ Exception signal: 'Unsupported IE type: ', type asString.
+ ^self error: 'Unsupported IE type: ', type asString.
]
IEMessage class >> decode: aStream with: aIEBase [