Sha256: f31aa9eeafad9b86767cde0db023928f7ef690d7c71c58803dacacb3a0e843ee
Contents?: true
Size: 139 Bytes
Versions: 8
Compression:
Stored size: 139 Bytes
Contents
class NotAuthenticatedError < StandardError def message return "You need to authenticate before making this operation" end end
Version data entries
8 entries across 8 versions & 1 rubygems