Exception: NotInformedError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/require_smasher/errors/not_informed_error.rb

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ NotInformedError

Returns a new instance of NotInformedError.



6
7
8
# File 'lib/require_smasher/errors/not_informed_error.rb', line 6

def initialize(message)
  super(message)
end