# frozen_string_literal: true require_relative 'api_error' class EasyPost::Errors::InternalServerError < EasyPost::Errors::ApiError end