The difference between require and include is that include raises an exception if the file is not found while require continues the execution.
Reveal answer
Fill a bubble to check yourself
The difference between require and include is that include raises an exception if the file is not found while require continues the execution.