smalltalk
/
osmo-st-gsm
Archived
1
0
Fork 0

messages: Use self error: here as well

This commit is contained in:
Holger Hans Peter Freyther 2014-08-20 23:21:29 +02:00
parent fb5ddd43bb
commit ab3b8e23fd
1 changed files with 1 additions and 1 deletions

View File

@ -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 [