A1_Rate_Exception::__construct PHP Метод

__construct() публичный Метод

public __construct ( $message, $timestamp )
    public function __construct($message, $timestamp)
    {
        $this->timestamp = $timestamp;
        parent::__construct($message);
    }
A1_Rate_Exception