PhpBench\Model\Error::__construct PHP Метод

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

public __construct ( $message, $class, $code, $file, $line, $trace )
    public function __construct($message, $class, $code, $file, $line, $trace)
    {
        $this->message = $message;
        $this->class = $class;
        $this->line = $line;
        $this->file = $file;
        $this->code = $code;
        $this->trace = $trace;
    }