Index

Day 6 - Error handling

Use exceptions rather than return codes

Provide context with exceptions

Define exception classes in terms of a caller's needs

Don’t return null

Don’t pass null