Skip to content

Commit

Permalink
Alias NotFound exception
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Aug 8, 2023
1 parent 3ce24e8 commit 1fd3007
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rowan/components/scripts/defineExceptionAliases.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ symbolDictionary := Rowan image
Rowan image symbolList createDictionaryNamed: 'Buoy' at: 1.
Rowan image symbolDictNamed:'Buoy'
].
symbolDictionary at: #SubscriptOutOfBounds put: OffsetError
symbolDictionary at: #SubscriptOutOfBounds put: OffsetError.
symbolDictionary at: #NotFound put: LookupError.

0 comments on commit 1fd3007

Please sign in to comment.