Deprecation:
Author: Filip Procházka (filip@prochazka.su)
Inheritance: extends RuntimeException, implements Exception
 /**
  * @return array
  */
 public function __sleep()
 {
     return array_merge(parent::__sleep(), array('column'));
 }