Sha256: c82e6df8241ad9e45117f9a3e35f13a9c76627ac0b565bbd7cce55e47bfcb9ba

Contents?: true

Size: 190 Bytes

Versions: 7

Compression:

Stored size: 190 Bytes

Contents

# frozen_string_literal: true

module Pennyworth
  module Models
    # Defines a standard error.
    StandardError = Struct.new :name, :file_path, :line_number, keyword_init: true
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pennyworth-13.8.0 lib/pennyworth/models/standard_error.rb
pennyworth-13.7.0 lib/pennyworth/models/standard_error.rb
pennyworth-13.6.0 lib/pennyworth/models/standard_error.rb
pennyworth-13.5.0 lib/pennyworth/models/standard_error.rb
pennyworth-13.4.0 lib/pennyworth/models/standard_error.rb
pennyworth-13.3.0 lib/pennyworth/models/standard_error.rb
pennyworth-13.2.0 lib/pennyworth/models/standard_error.rb