Class MockEnabledException
Exception when enabling a mock for an already mocked function.
- Exception implements Throwable
- Extended by phpmock\MockEnabledException
		
		
		Namespace: phpmock 
License: WTFPL
Author: Markus Malkusch markus@malkusch.de
See: Mock::enable()
Link: Donations
Located at MockEnabledException.php
	
	
	Methods summary
	License: WTFPL
Author: Markus Malkusch markus@malkusch.de
See: Mock::enable()
Link: Donations
Located at MockEnabledException.php
			 public 
			
			
			
		
		 
		#
		
			
		
			
				
		
		
	__construct( string $message )
		Sets the message.
Sets the message.
Parameters
- $message
- Exception message.
Overrides
Exception::__construct()
__toString(), 
__wakeup(), 
getCode(), 
getFile(), 
getLine(), 
getMessage(), 
getPrevious(), 
getTrace(), 
getTraceAsString()
		
	
$code, 
$file, 
$line, 
$message