Method: Assert::Assertions::RaisedException#exception_details

Defined in:
lib/assert/assertions.rb

#exception_detailsObject



411
412
413
414
415
416
# File 'lib/assert/assertions.rb', line 411

def exception_details
  super(
    "exception expected, not:",
    "exception expected but nothing raised."
  )
end