class Virtuaservices::Utils::Errors::NotFound
A not found error occurs when a user tries to reach a resource that does not exist. @author Vincent Courtois <courtois.vincent@outlook.com>
Public Class Methods
new(field:, action:, error:)
click to toggle source
Calls superclass method
Virtuaservices::Utils::Errors::HTTPError::new
# File lib/virtuaservices/utils/errors/not_found.rb, line 8 def initialize (field:, action:, error:) super(action, field, error, 404) end