Exception: StartupStats::Error::NotFound

Inherits:
ClientError show all
Defined in:
lib/startupstats/error/not_found.rb

Overview

Raised when a StartupStats API returns the HTTP status code 404

Constant Summary collapse

HTTP_STATUS_CODE =
404

Instance Attribute Summary

Attributes inherited from StartupStats::Error

#wrapped_exception

Method Summary

Methods inherited from ClientError

from_response

Methods inherited from StartupStats::Error

#backtrace, descendants, errors, #initialize

Constructor Details

This class inherits a constructor from StartupStats::Error