Sha256: e7a682e9bab0121ea54f4ad79432d450c7db840e45f5248f3554693d196e724e
Contents?: true
Size: 908 Bytes
Versions: 4
Compression:
Stored size: 908 Bytes
Contents
# frozen_string_literal: true module ConvenientService module Service module Plugins module HasJSendResult module Entities class Result module Plugins module HasJSendStatusAndAttributes module Exceptions class NotExistingAttribute < ::ConvenientService::Exception ## # @param attribute [Symbol] # @return [void] # def initialize(attribute:) message = <<~TEXT Data attribute `#{attribute}` does NOT exist. Make sure the corresponding result returns it. TEXT super(message) end end end end end end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems