| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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 26 of file BadgeException.php.
| ILIAS\Services\Badge\BadgeException::__construct | ( | int | $code, | 
| ilBadge | $badge, | ||
| ?ilException | $previous_exception = null  | 
        ||
| ) | 
Definition at line 33 of file BadgeException.php.
References ILIAS\Services\Badge\BadgeException\$badge, and ILIAS\MetaData\Repository\Validation\Data\__construct().
 Here is the call graph for this function:
      
  | 
  static | 
Definition at line 45 of file BadgeException.php.
References ILIAS\Services\Badge\BadgeException\$badge.
      
  | 
  static | 
Definition at line 40 of file BadgeException.php.
References ILIAS\Services\Badge\BadgeException\$badge.
      
  | 
  private | 
Definition at line 31 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 28 of file BadgeException.php.
| const ILIAS\Services\Badge\BadgeException::EXCEPTION_MOVE_UPLOADED_IMAGE_FAILED = 2 | 
Definition at line 29 of file BadgeException.php.