lib/usps_flags/errors.rb in usps_flags-0.3.5 vs lib/usps_flags/errors.rb in usps_flags-0.3.6

- old
+ new

@@ -1,4 +1,7 @@ +# Custom errors. +# +# @private module USPSFlags::Errors class PNGGenerationError < StandardError def initialize(msg = "There was an error generating the PNG file.", svg: "") super(msg) end