Error
Table of Contents
Classes
- Error
- An object representation of a generic error. Subclass this to create
more specific errors if necessary.
- Message
- An object representation of a generic message. Usually, you will use Error, Warning or Notice instead of this one.
- Notice
- An object representation of a generic notice. Subclass this to create
more specific notices if necessary.
- Result
- Result object for operations dealing with objects, such as the Property Mapper or the Validators.
- Warning
- An object representation of a generic warning. Subclass this to create
more specific warnings if necessary.