Sha256: 116e682238916129c88a270b09223c62b343fbe1da61e5ad4fae5c39c774183f

Contents?: true

Size: 205 Bytes

Versions: 5

Compression:

Stored size: 205 Bytes

Contents

# frozen_string_literal: true

module OnStrum
  module Service
    module Error
      class Runtime < ::RuntimeError
        NOT_IMPLEMENTED = 'call method must be implemented'
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
on_strum-service-1.1.1 lib/on_strum/service/error/runtime.rb
on_strum-service-1.1.0 lib/on_strum/service/error/runtime.rb
on_strum-service-1.0.2 lib/on_strum/service/error/runtime.rb
on_strum-service-1.0.1 lib/on_strum/service/error/runtime.rb
on_strum-service-1.0.0 lib/on_strum/service/error/runtime.rb