class Dor::DuplicateIdError
rubocop:enable Lint/InheritException
Attributes
pid[R]
Public Class Methods
new(pid)
click to toggle source
# File lib/dor/exceptions.rb, line 22 def initialize(pid) @pid = pid end