kopia lustrzana https://github.com/iv-org/invidious
Add new exception for parsing issues
rodzic
0ca333715b
commit
6ddbccbc95
|
@ -0,0 +1,8 @@
|
||||||
|
# Exception used to hold the name of the missing item
|
||||||
|
# Should be used in all parsing functions
|
||||||
|
class BrokenTubeException < InfoException
|
||||||
|
getter element : String
|
||||||
|
|
||||||
|
def initialize(@element)
|
||||||
|
end
|
||||||
|
end
|
Ładowanie…
Reference in New Issue