class EndpointFlux::Exceptions::NotFound

Public Instance Methods

to_hash() click to toggle source
# File lib/endpoint_flux/exceptions/not_found.rb, line 4
def to_hash
  {
    status: 404,
    message: 'not found'
  }
end