Exception: Passfort::Errors::TimeoutError

Inherits:
APIError
  • Object
show all
Defined in:
lib/passfort/errors/timeout_error.rb

Overview

Specific error class for when an HTTP request has timed out

Instance Attribute Summary

Attributes inherited from APIError

#errors, #response

Instance Method Summary collapse

Constructor Details

#initializeTimeoutError

Returns a new instance of TimeoutError.



7
8
9
# File 'lib/passfort/errors/timeout_error.rb', line 7

def initialize
  super("Request timed out")
end