Exception: Wallaby::ResourceNotFound

Inherits:
NotFound show all
Defined in:
lib/errors/wallaby/resource_not_found.rb

Overview

Resource not found error

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
# File 'lib/errors/wallaby/resource_not_found.rb', line 4

def message
  I18n.t 'errors.not_found.resource', resource: super
end