module CommandServiceObject::FailureHelper

Public Instance Methods

fail!(message) click to toggle source
# File lib/command_service_object/helpers/failure_helper.rb, line 3
def fail!(message)
  raise Failure, message: message, command: cmd
end