Home »
MCQs »
Laravel MCQs
What is the name of the file which handles all the exceptions?
18. What is the name of the file which handles all the exceptions?
- Exception_methods.php
- Handle.php
- Exceptions.php
Answer: B) Handle.php
Explanation:
handle.php is the name of the file which handles all the exceptions.