Sha256: e6c1cac429ca92aa0491d6726a92c82f7b0649466266ec8d0c50c0eca8b8a41c
Contents?: true
Size: 214 Bytes
Versions: 27
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true ## # Error raised when the client calls # for a path that doesn't exist. class EndpointNotMappedError < StandardError def initialize(msg = "Undefined endpoint") super end end
Version data entries
27 entries across 27 versions & 1 rubygems