Class MethodNotDefined
Exception thrown in attempt to access a method that is not defined.
- Exception implements Throwable
 - 
			
LogicException
			
			
		 - 
			
BadFunctionCallException
			
			
		 - 
			
BadMethodCallException
			
			
		 - 
			
ICanBoogie\Prototype\MethodNotDefined			
			
			 uses 
					ICanBoogie\Accessor\AccessorTrait (not available)
			
		 
Methods summary
				 protected 
				string
				
				
			 | 
			|
				 protected 
				string
				
				
			 | 
			|
				 protected 
				object|null
				
				
			 | 
			|
				 public 
				
				
				
			 | 
			
			#
			 __construct( string $method, string|object $class_or_instance, string|null $message = null, integer $code = 500, Exception $previous = null )
			 | 
		
				 protected 
				string
				
				
			 | 
			
Methods inherited from Exception
				__toString(), 
				__wakeup(), 
				getCode(), 
				getFile(), 
				getLine(), 
				getMessage(), 
				getPrevious(), 
				getTrace(), 
				getTraceAsString()
			
Properties summary
Properties inherited from Exception
				$code, 
				$file, 
				$line, 
				$message