class Core::Gears::NoAssignmentError
error of action not assigned
Public Class Methods
new(action, service)
click to toggle source
Calls superclass method
# File lib/magical/service/core/gears/no_assignment_error.rb, line 7 def initialize(action, service) super("#{action} wasn't assign for the service: #{service}") end