Exception: Munge::Error::ItemNotFoundError

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

Instance Method Summary collapse

Methods included from ErrorWithIdentifier

#initialize

Instance Method Details

#messageObject



31
32
33
# File 'lib/munge/error.rb', line 31

def message
  "item not found (#{@identifier})"
end