Sha256: 1a735b0e0c766190975ac7359f19dc28eeae5283e7cae8495b77c662054031a2
Contents?: true
Size: 182 Bytes
Versions: 14
Compression:
Stored size: 182 Bytes
Contents
module Rails module Auth # Unauthorized! NotAuthorizedError = Class.new(StandardError) # Error parsing e.g. an ACL ParseError = Class.new(StandardError) end end
Version data entries
14 entries across 14 versions & 1 rubygems