Code cleanup

This commit is contained in:
Samantaz Fox
2022-03-27 01:20:00 +01:00
parent d93a7b315d
commit af02917766
5 changed files with 41 additions and 80 deletions

View File

@@ -1,3 +1,11 @@
# Exception used to hold the bogus UCID during a channel search.
class ChannelSearchException < InfoException
getter channel : String
def initialize(@channel)
end
end
# Exception used to hold the name of the missing item
# Should be used in all parsing functions
class BrokenTubeException < Exception