ExceptionBoundary
    
            
            in package
            
        
    
    
    
        
            Excepiton Boundary.
This class contains constants about expetions limits.
Will be replaced with enum type when php will support it.
Table of Contents
- EXPIRE_MAX = 86400
- EXPIRE_MIN = 0
- STORAGE_SIZE_MAX = 64
- STORAGE_SIZE_MIN = 2
- TOKEN_LENGTH_MAX = 128
- TOKEN_LENGTH_MIN = 16
Constants
EXPIRE_MAX
    public
        mixed
    EXPIRE_MAX
    = 86400
        
        
    
EXPIRE_MIN
    public
        mixed
    EXPIRE_MIN
    = 0
        
        
    
STORAGE_SIZE_MAX
    public
        mixed
    STORAGE_SIZE_MAX
    = 64
        
        
    
STORAGE_SIZE_MIN
    public
        mixed
    STORAGE_SIZE_MIN
    = 2
        
        
    
TOKEN_LENGTH_MAX
    public
        mixed
    TOKEN_LENGTH_MAX
    = 128
        
        
    
TOKEN_LENGTH_MIN
    public
        mixed
    TOKEN_LENGTH_MIN
    = 16