class PhiAttrs::Exceptions::PhiAccessException

Constants

TAG

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/phi_attrs/exceptions.rb, line 8
def initialize(msg)
  PhiAttrs::Logger.tagged(TAG) { PhiAttrs::Logger.error(msg) }
  super(msg)
end