Exception: AssertionError
- Inherits:
-
StandardError
- Object
- StandardError
- AssertionError
- Extended by:
- Forwardable
- Defined in:
- lib/standard_assert/core_ext/assertion_error.rb
Instance Method Summary collapse
-
#initialize(message = nil, options = nil) ⇒ AssertionError
constructor
A new instance of AssertionError.
Constructor Details
#initialize(message = nil, options = nil) ⇒ AssertionError
Returns a new instance of AssertionError.
15 16 17 18 |
# File 'lib/standard_assert/core_ext/assertion_error.rb', line 15 def initialize( = nil, = nil) @original_error = OriginalError.new(, ) super(@original_error.) end |