Exception: Munge::Errors::DoubleWriteError

Inherits:
Base
  • Object
show all
Includes:
ErrorWithIdentifier
Defined in:
lib/munge/errors.rb

Instance Method Summary collapse

Methods included from ErrorWithIdentifier

#initialize

Instance Method Details

#messageObject



15
16
17
# File 'lib/munge/errors.rb', line 15

def message
  "attempted to write #{@identifier} twice"
end