Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Function: set_exception_handler #39

Open
5 tasks
roberto-butti opened this issue Oct 7, 2024 · 0 comments
Open
5 tasks

New Function: set_exception_handler #39

roberto-butti opened this issue Oct 7, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest

Comments

@roberto-butti
Copy link
Owner

What

Add a new method documentation file for a new PHP function in the src/content/docs directory.
The instructions about defining the file's name are documented in the CONTRIBUTING.md file.

Description

Function name: example set_exception_handler()
Function description: it allows you to declare a callback function that will handle all uncaught exceptions.
File name: example src/content/docs/01-system/16-sys-set-exception-handler.md

Checklist

  • create the file with the proper name
  • create the documentation of the function
  • write example in examples directory
  • execute pint examples
  • commit and open the PR.

Must read:

@roberto-butti roberto-butti added enhancement New feature or request good first issue Good for newcomers hacktoberfest labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant