Sha256: 5167a6217229b8377db5aff0c1d69300e265c8d9930d7b61cb1c41fb722caa56

Contents?: true

Size: 422 Bytes

Versions: 1

Compression:

Stored size: 422 Bytes

Contents

# https://ruby-doc.org/core/Exception.html sez:
# "It is recommended that a library should have one subclass of StandardError
# or RuntimeError and have specific exception types inherit from it.
# This allows the user to rescue a generic exception type to catch
# all exceptions the library may raise even if future versions of
# the library add new exception subclasses."
class StandardDistorteDError < StandardError
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
distorted-0.5.7 lib/distorted/error_code.rb