|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\Services\Badge\BadgeException:
Collaboration diagram for ILIAS\Services\Badge\BadgeException:Public Member Functions | |
| __construct (int $code, ilBadge $badge, ?ilException $previous_exception=null) | |
Public Member Functions inherited from ilException | |
| __construct ($a_message, $a_code=0, Throwable $previous=null) | |
| A code isn't optional as in build in class Exception. More... | |
Static Public Member Functions | |
| static | uploadedBadgeImageFileNotFound (ilBadge $badge, ?ilException $previous_exception=null) |
| static | moveUploadedBadgeImageFailed (ilBadge $badge, ?ilException $previous_exception=null) |
Data Fields | |
| const | EXCEPTION_FILE_NOT_FOUND = 1 |
| const | EXCEPTION_MOVE_UPLOADED_IMAGE_FAILED = 2 |
Private Attributes | |
| ilBadge | $badge |
Definition at line 27 of file BadgeException.php.
| ILIAS\Services\Badge\BadgeException::__construct | ( | int | $code, |
| ilBadge | $badge, | ||
| ?ilException | $previous_exception = null |
||
| ) |
Definition at line 34 of file BadgeException.php.
References ILIAS\Services\Badge\BadgeException\$badge, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
static |
Definition at line 46 of file BadgeException.php.
References ILIAS\Services\Badge\BadgeException\$badge, and ILIAS\Services\Badge\BadgeException\EXCEPTION_MOVE_UPLOADED_IMAGE_FAILED.
|
static |
Definition at line 41 of file BadgeException.php.
References ILIAS\Services\Badge\BadgeException\$badge, and ILIAS\Services\Badge\BadgeException\EXCEPTION_FILE_NOT_FOUND.
|
private |
Definition at line 32 of file BadgeException.php.
Referenced by ILIAS\Services\Badge\BadgeException\__construct(), ILIAS\Services\Badge\BadgeException\moveUploadedBadgeImageFailed(), and ILIAS\Services\Badge\BadgeException\uploadedBadgeImageFileNotFound().
| const ILIAS\Services\Badge\BadgeException::EXCEPTION_FILE_NOT_FOUND = 1 |
Definition at line 29 of file BadgeException.php.
Referenced by ILIAS\Services\Badge\BadgeException\uploadedBadgeImageFileNotFound().
| const ILIAS\Services\Badge\BadgeException::EXCEPTION_MOVE_UPLOADED_IMAGE_FAILED = 2 |
Definition at line 30 of file BadgeException.php.
Referenced by ILIAS\Services\Badge\BadgeException\moveUploadedBadgeImageFailed().