Sha256: b02de0eedb474d10e29489703f707ee92220cb6a6769f470ec4f6cec93c32322
Contents?: true
Size: 338 Bytes
Versions: 1
Compression:
Stored size: 338 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 WipError < Error; end class LoginFailed < Error; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
meroku-2.0.23 | lib/meroku/error.rb |