File: exceptions.rb

package info (click to toggle)
ruby-retriable 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 176 kB
  • sloc: ruby: 478; makefile: 3
file content (3 lines) | stat: -rw-r--r-- 131 bytes parent folder | download
1
2
3
class NonStandardError < Exception; end
class SecondNonStandardError < NonStandardError; end
class DifferentError < Exception; end