Exceptions are a subset of runtime errors that can be cleared from the Console window.
When an exception is thrown execution redirected to the nearest try-catch block (often in Unity's code).
This means that code placed directly after an exception-raising statement will not be executed.
These errors may occur outside of Play Mode:
These errors are only relevant to you if you are writing editor code: