getService(NoteManager::class); return $noteManager->viewBulletins(); } catch (Exception $e) { return 'Exception reçue : '.$e->getMessage()."\n"; } } }