class Passfort::Errors::TimeoutError

Specific error class for when an HTTP request has timed out

Public Class Methods

new() click to toggle source
Calls superclass method Passfort::Errors::APIError::new
# File lib/passfort/errors/timeout_error.rb, line 7
def initialize
  super("Request timed out")
end