Sha256: dcc5143fe08b67c20c86ec3f825dcd0242e64e3a47167f915a3256ad33b885fc

Contents?: true

Size: 168 Bytes

Versions: 2

Compression:

Stored size: 168 Bytes

Contents

# Define super class for handle errors about elements that were not informed

class NotInformedError < BaseError
  def initialize(message)
    super(message)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
require_smasher-0.4.1 lib/require_smasher/errors/not_informed_error.rb
require_smasher-0.4.0 lib/require_smasher/errors/not_informed_error.rb