InvalidMutexKeyException
class InvalidMutexKeyException extends RuntimeException (View source)
Exception thrown when a mutex key is not valid.
Properties
| protected mixed | $mutexKey | The mutex key.  | 
                
Methods
                    __construct(mixed $mutexKey)
        
                                            
                
            Initialize the instance.
                    mixed
                
                
                    getMutexKey()
        
                                            
                
            Get the invalid mutex key.
Details
        
                            
    __construct(mixed $mutexKey)
        
    
    Initialize the instance.
        
                            mixed
    getMutexKey()
        
    
    Get the invalid mutex key.