class Pwl::Commands::InacessibleFieldError
Public Class Methods
new(field)
click to toggle source
Calls superclass method
# File lib/pwl/commands/base.rb, line 21 def initialize(field) super("The field #{field} is not accessible") end