Sha256: 6719f39569883ac6fd59f8ef484cbda47f2f4320a5563deb8bd17d7cd628664f
Contents?: true
Size: 241 Bytes
Versions: 5
Compression:
Stored size: 241 Bytes
Contents
module PhiAttrs module Exceptions class PhiAccessException < StandardError def initialize(msg) PhiAttrs::Logger.tagged('UNAUTHORIZED ACCESS') { PhiAttrs::Logger.error(msg) } super(msg) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems