File: errors.rb

package info (click to toggle)
ruby-email-spec 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid
  • size: 980 kB
  • sloc: ruby: 2,420; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
module EmailSpec
  class CouldNotFindEmailError < StandardError
  end

  class NoEmailAddressProvided < StandardError
  end
end