$tableName
$tableName : string
Table that generated the exception
ORM_Exception_Base
__construct(string $message, string $tableName, \Bazalt\ORM\Exception\Exception $innerEx = null, integer $code)
Contructor
| string | $message | Exception message | 
| string | $tableName | Table that generated the exception | 
| \Bazalt\ORM\Exception\Exception | $innerEx | Inner exception | 
| integer | $code | Exception code |