summaryrefslogtreecommitdiff
path: root/lib/logger/errors.rb
blob: e8925e14acb0d8655f23027dbc81cb1577bf7aae (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

# not used after 1.2.7. just for compat.
class Logger
  class Error < RuntimeError # :nodoc:
  end
  class ShiftingError < Error # :nodoc:
  end
end
ry directories should be under the mock_dirNobuyoshi Nakada 2020-02-13spec/ruby: skip the specs that use /etc/passwd on AndroidYusuke Endoh 2019-09-29Update to ruby/spec@34e6246Benoit Daloze 2019-07-27Update to ruby/spec@875a09eBenoit Daloze 2018-03-04Update to ruby/spec@c1b568beregon 2018-01-10spec/: skip some specs so that no failure occurs in root privilegemame 2017-12-01Update to ruby/spec@bacedc5eregon 2017-09-20Move spec/rubyspec to spec/ruby for consistencyeregon