LazyRecord\QueryException::toArray PHP 메소드

toArray() 공개 메소드

public toArray ( )
    public function toArray()
    {
        return ['message' => $this->getMessage(), 'record' => get_class($this->record), 'file' => $this->getFile(), 'line' => $this->getLine(), 'trace' => $this->getTrace(), 'previous' => $this->getPrevious(), 'debug' => $this->debugInfo];
    }