Exception: Railerr::NotFoundError

Inherits:
APIException show all
Defined in:
lib/railerr/api_exceptions.rb

Overview

Raised for HTTP 404 Not Found.

Constant Summary collapse

DEFAULT_MESSAGE =
'Not found'
STATUS_CODE =
Status::HTTP_404_NOT_FOUND

Method Summary

Methods inherited from APIException

#default_message, #initialize, #status_code

Constructor Details

This class inherits a constructor from Railerr::APIException