Class UnableToSetFetchMode
Exception thrown when the fetch mode of a statement fails to be set.
- Exception implements Throwable
- 
			 RuntimeException RuntimeException
- 
			 ICanBoogie\ActiveRecord\UnableToSetFetchMode			
			 implements 
				ICanBoogie\ActiveRecord\Exception
			
			 uses 
					ICanBoogie\Accessor\AccessorTrait (not available) ICanBoogie\ActiveRecord\UnableToSetFetchMode			
			 implements 
				ICanBoogie\ActiveRecord\Exception
			
			 uses 
					ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
| 
				 protected 
				
				
				 | |
| 
				 public 
				
				
				 | 
			#
			 __construct(  $mode,  $message = null,  $code = 500,  | 
Methods inherited from Exception
				__toString(), 
				__wakeup(), 
				getCode(), 
				getFile(), 
				getLine(), 
				getMessage(), 
				getPrevious(), 
				getTrace(), 
				getTraceAsString()
			
Properties summary
Properties inherited from Exception
				$code, 
				$file, 
				$line, 
				$message
			
Magic properties
| 
				public  read-only
				mixed
			 | $mode Requested fetch mode. |