lib/tuktuk/bounce.rb in tuktuk-0.5.0 vs lib/tuktuk/bounce.rb in tuktuk-0.5.1

- old
+ new

@@ -1,5 +1,7 @@ +module Tuktuk + class Bounce < RuntimeError HARD_BOUNCE_CODES = [ 501, # Bad address syntax (eg. "i.user.@hotmail.com") 504, # mailbox is disabled @@ -27,6 +29,8 @@ end end class HardBounce < Bounce; end -class SoftBounce < Bounce; end +class SoftBounce < Bounce; end + +end \ No newline at end of file