ZekeChin
216 天前
Java: Exception in thread "main" java.lang.NullPointerException: Cannot invoke "Girlfriend.giveGift()" because "girlfriend" is null
Python: AttributeError: 'NoneType' object has no attribute 'giveGift'
JavaScript: TypeError: Cannot read property 'giveGift' of null
C#: System.NullReferenceException: Object reference not set to an instance of an object.
Ruby: NoMethodError: undefined method `giveGift' for nil:NilClass
PHP: Fatal error: Uncaught Error: Call to a member function giveGift() on null
Swift: Fatal error: Unexpectedly found nil while unwrapping an Optional value
Kotlin: kotlin.KotlinNullPointerException: Cannot call 'giveGift' on null
Go: panic: runtime error: invalid memory address or nil pointer dereference
TypeScript: TypeError: Cannot read property 'giveGift' of null
Rust: thread 'main' panicked at 'called `giveGift()` on a `None` value'
C++: Segmentation fault (core dumped) when calling 'giveGift()'