Contains general components.
Properties:
Name | Type | Description |
---|---|---|
ArgumentError |
function | Argument error constructor to create a new error related to an argument. |
ConstructorError |
function | Constructor error constructor to create a new error related to a constructor argument. |
MethodError |
function | Method error constructor to create a new error related to a method argument. |
PropertyError |
function | Property error constructor to create a new error related to a property argument. |
EnumerationError |
function | Enumeration error constructor to create a new error related to an enumeration. |
NotImplementedError |
function | Not implemented error constructor to create a new error related to a not implemented function. |
Enumeration |
function | Enumeration constructor to create new enumeration. |
Argument |
object | Argument verification namespace provides methods to check arguments. |
UserInfo |
function | User data constructor to create new base object for user information. |
Utility |
function | Utility function provides static methods for configuration and internationalization. |
Classes
- ArgumentCheck
- ArgumentError
- ConstructorError
- Enumeration
- EnumerationError
- MethodError
- NotImplementedError
- PropertyError
- UserInfo
- Utility
Methods
-
<static> Argument()
-
Creates a general argument check object.