Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 968 Bytes

fNotFoundException.wiki

File metadata and controls

27 lines (24 loc) · 968 Bytes

fNotFoundException

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

Class Resources <<toc></toc>>

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

Exception Classes <<toc></toc>>

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

)))

fNotFoundException is a sub-class of fExpectedException that indicates an item could not be found, such as when using object relational mapping code. This class may also be suitable to toss in other situations where code is unable to find a specified element or item.

This space intentionally left blank