File: errors.rb

package info (click to toggle)
ruby-uniform-notifier 1.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: ruby: 959; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# frozen_string_literal: true

class UniformNotifier
  class Exception < RuntimeError
  end
end