Sulu\Bundle\MediaBundle\Media\Exception\MediaNotFoundException::__construct PHP Method

__construct() public method

public __construct ( string $id )
$id string
    public function __construct($id)
    {
        parent::__construct('Media with the ID ' . $id . ' was not found', self::EXCEPTION_CODE_MEDIA_NOT_FOUND);
    }
MediaNotFoundException