Sha256: 9fc3944945ae7048583186d1252aacff38ea6f7f8374b5e9f315bab57964b8d8
Contents?: true
Size: 763 Bytes
Versions: 13
Compression:
Stored size: 763 Bytes
Contents
# frozen_string_literal: true module ConvenientService module Service module Plugins module HasResult module Entities class Result module Plugins module HasJsendStatusAndAttributes module Errors class NotExistingAttribute < ConvenientService::Error 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
13 entries across 13 versions & 1 rubygems