8 lines
86 B
Ruby
8 lines
86 B
Ruby
|
|
class FixtureCheckError < StandardError
|
||
|
|
|
||
|
|
def initialize(*args)
|
||
|
|
super
|
||
|
|
end
|
||
|
|
|
||
|
|
end
|