Source for file AbortException.php
Documentation is available at AbortException.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * The exception that is thrown when user attempts to terminate the current presenter or application.
- 17: * This is special "silent exception" with no error message or code.
- 18: *
- 21: */
- 23: {
- 24: }