Class PropertyNotReadable
Exception thrown when a property is not readable.
For example, this could be triggered when a private property is read from a public scope.
- Exception
 - 
			
			RuntimeException
			
			
			
		 - 
			
			ICanBoogie\PropertyError
			
			
			
		 - 
			
ICanBoogie\PropertyNotReadable			
			
			
		 
Methods summary
				 public 
				
				
				
			 | 
			
Methods inherited from Exception
			__toString(), 
			getCode(), 
			getFile(), 
			getLine(), 
			getMessage(), 
			getPrevious(), 
			getTrace(), 
			getTraceAsString()