lib/docparser/output.rb in docparser-0.1.2 vs lib/docparser/output.rb in docparser-0.1.3
- old
+ new
@@ -55,8 +55,8 @@
# Called before closing the file
def footer
end
end
- class MissingHeaderException < StandardError
- end
+ # MissingHeaderException gets thrown if a required header is missing.
+ class MissingHeaderException < StandardError; end
end
\ No newline at end of file