MultipleRecordsFoundException
class MultipleRecordsFoundException extends RuntimeException (View source)
Properties
| int | $count | The number of records found.  | 
                
Methods
                    void
                
                
                    __construct(int $count, int $code = 0, Throwable|null $previous = null)
        
                                            
                
            Create a new exception instance.
                    int
                
                
                    getCount()
        
                                            
                
            Get the number of records found.
Details
        
                            void
    __construct(int $count, int $code = 0, Throwable|null $previous = null)
        
    
    Create a new exception instance.
        
                            int
    getCount()
        
    
    Get the number of records found.