beConstructedWith('not blank', 1); } function it_is_initializable(): void { $this->shouldHaveType(ImportFailedException::class); } function it_is_an_exception(): void { $this->shouldHaveType(\Exception::class); } function it_has_custom_message(): void { $this->getMessage()->shouldReturn('Import failed at index 1. Exception message: not blank'); } }