Flourish PHP Unframework

fProgrammerException

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