Ouzo\ExceptionHandling\Error::toArray PHP Method

toArray() public method

public toArray ( )
    public function toArray()
    {
        return array('message' => $this->message, 'code' => $this->code);
    }