Sha256: e7e342aa1a13744771228b74baae573b22e7624aa2f67cbb3fbe6fc3bdcf132b
Contents?: true
Size: 214 Bytes
Versions: 5
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
5 entries across 5 versions & 1 rubygems