Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.01 KB

fProgrammerException.wiki

File metadata and controls

27 lines (24 loc) · 1.01 KB

fProgrammerException

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

Class Resources <<toc></toc>>

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

Exception Classes <<toc></toc>>

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

)))

fProgrammerException is a sub-class of fUnexpectedException that indicates the programmer has written invalid code that will not allow for further execution. This exception is one of the most prevalent in the Flourish code base and is used to indicate improper parameter values, incorrect code sequencing and similar errors.

This space intentionally left blank