Sha256: a45aea479199c535dec700e14a0d63b0592feb7b43e1eddd59a6a82d6bf90ce8
Contents?: true
Size: 311 Bytes
Versions: 8
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true module Meroku # When this exception is raised, it means that Meroku is unable to perform # a requested action (probably due to misconfiguration) and must stop # immediately, rather than carrying on class Error < StandardError; end class Success < RuntimeError; end end
Version data entries
8 entries across 8 versions & 1 rubygems