class SoofaPermissionError
Public Class Methods
new(msg)
click to toggle source
Calls superclass method
# File lib/soofa_error_handler.rb, line 2 def initialize(msg) super(msg) end