ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
UserAborted.php
Go to the documentation of this file.
1<?php
2
9
15 public function __construct(Exception $cause = NULL) {
16 parent::__construct('USERABORTED', $cause);
17 }
18
19}
An exception for terminatinating execution or to throw for unit testing.
__construct(Exception $cause=NULL)
Create the error.
Definition: UserAborted.php:15