lib/ffprober.rb in ffprober-0.2.2 vs lib/ffprober.rb in ffprober-0.2.3
- old
+ new
@@ -18,6 +18,8 @@
File.executable? File.join(path, name)
}
path && File.expand_path(name, path)
end
end
+
+ class InvalidInputFileError < ::StandardError; end
end