Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.06 KB

fEnvironmentException.wiki

File metadata and controls

27 lines (24 loc) · 1.06 KB

fEnvironmentException

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

Class Resources <<toc></toc>>

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

Exception Classes <<toc></toc>>

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

)))

fEnvironmentException is a sub-class of fUnexpectedException that indicates some sort of required code, extension or other server environment issue has prevented futher execution of the code. Examples of this type of exception being tossed include a missing PHP extension for cryptography, no image manipulation library present, or an outdated version of PHP being used.

This space intentionally left blank