Sha256: 1af46665c07fb679f8df802b14706c091377a6b263cd1b6d73ad9dae33919745
Contents?: true
Size: 394 Bytes
Versions: 4
Compression:
Stored size: 394 Bytes
Contents
# frozen_string_literal: true # Code generated for API Clients. DO NOT EDIT. module NgrokAPI module Errors ## # Error representing a 404 not found class NotFoundError < NgrokAPI::Error attr_reader :response def initialize(msg: "Resource not found", response: nil) @response = response super(msg: msg, response: response) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems