Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1009 Bytes

fConnectivityException.wiki

File metadata and controls

29 lines (25 loc) · 1009 Bytes

fConnectivityException

<<css mode="next" class="sidebar"></css>> (((

Class Resources <<toc></toc>>

 - '''<a href="/docs/fConnectivityException">Class Documentation</a>'''
 - <a href="/api/fConnectivityException">API Reference</a>
 - <a href="https://github.com/flourishlib/flourish-classes/blob/master/fConnectivityException.php" target="_blank">Source Code</a>

<<toc></toc>>

Exception Classes <<toc></toc>>

 - fException
  - fExpectedException
   - fAuthorizationException
   - fEmptySetException
   - fNoRemainingException
   - fNoRowsException
   - fNotFoundException
   - fValidationException
  - fUnexpectedException
   - '''fConnectivityException'''
   - fEnvironmentException
   - fProgrammerException
   - fSQLException

)))

fConnectivityException is a sub-class of fUnexpectedException that indicates some sort of unrecoverable connection error has occurred. This could be used in situations where a database server is not reachable, a remote API could not be contacted, or an FTP connection timed out.

This space intentionally left blank