5 lines
99 B
Ruby
5 lines
99 B
Ruby
class Twik
|
|
UnknownType = Class.new(StandardError)
|
|
InvalidLength = Class.new(StandardError)
|
|
end
|