Class InvalidClassName
An exception thrown if a provided class name is invalid. Class names are considered invalid if either the class does not exist or does not implement a required interface (either wrong parent class or interface missing).
- Exception
 - 
			
			Core\Exception
			
			
			
		 - 
			
			Core\Exception\InvalidArgument
			
			
			
		 - 
			
Core\Exception\InvalidClassName			
			
			
		 
		
		
		Namespace: Core\Exception
Package: Core\Exception
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at Exception/InvalidClassName.inc.php
	
		Package: Core\Exception
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at Exception/InvalidClassName.inc.php
Methods summary
				 public 
				
				
				
			 | 
			
Methods inherited from Core\Exception
Methods inherited from Exception
				__toString(), 
				__wakeup(), 
				getCode(), 
				getFile(), 
				getLine(), 
				getMessage(), 
				getPrevious(), 
				getTrace(), 
				getTraceAsString()