A PHP Error was encountered

Severity: Warning

Message: fopen(/var/lib/php/sessions/ci_session7hhu7gsa30lj2gtct5qejpen2ukfualc): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /var/lib/php/sessions)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

Which block should be placed after try block?

Home » C++ Programming » Exception Handling » Question
  1. Which block should be placed after try block?
    1. Throws
    2. catch
    3. throw
    4. either catch or throw
    5. None of these
Correct Option: B

catch



Your comments will be displayed only after manual approval.