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