Skip to content

Commit aac5c9a

Browse files
authored
Fix docs
Removed unnecessary punctuation for clarity in the text.
1 parent 2af22fe commit aac5c9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/advanced/exception-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Exception Handling
22

3-
If you run TypePHP in live production applicationsespecially for validating external HTTP API payloads, webhooks, or dynamic database recordscatching `TypePHP\Exception\TypeError` gives you a clean way to intercept data validation failures gracefully without letting exceptions crash your application.
3+
If you run TypePHP in live production applications especially for validating external HTTP API payloads, webhooks, or dynamic database records and catching `TypePHP\Exception\TypeError` gives you a clean way to intercept data validation failures gracefully without letting exceptions crash your application.
44

55
TypePHP provides a custom exception class, `TypePHP\Exception\TypeError`, designed for both polymorphic compatibility with PHP's native type system and surgical error handling at application boundaries.
66

0 commit comments

Comments
 (0)