aboutsummaryrefslogtreecommitdiffstats
path: root/Messages.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-20 23:21:29 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-20 23:21:29 +0200
commitab3b8e23fdf2cf40847bdcc854e14207908d1391 (patch)
tree00aa75bf436a19c717a0a3fff6d18902a246fb54 /Messages.st
parentfb5ddd43bb1383e5e2d7f9c4f38df422fa98e647 (diff)
messages: Use self error: here as well
Diffstat (limited to 'Messages.st')
-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 [