File: deserialization_error.rb

package info (click to toggle)
ruby-delayed-job 4.1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: ruby: 2,650; makefile: 8
file content (4 lines) | stat: -rw-r--r-- 70 bytes parent folder | download | duplicates (5)
1
2
3
4
module Delayed
  class DeserializationError < StandardError
  end
end