Remove constructor as it does nothing and does not implement parent constructor

This commit is contained in:
Romain Neutron
2012-05-15 16:44:48 +02:00
parent e1c15e67ba
commit c164aaab47

View File

@@ -19,11 +19,6 @@ abstract class API_V1_exception_abstract extends Exception
{ {
protected static $details; protected static $details;
public function __construct()
{
return $this;
}
public static function get_details() public static function get_details()
{ {
return static::$details; return static::$details;