Learner\Exceptions\CribbbException::toArray PHP Method

toArray() public method

Return the Exception as an array
public toArray ( ) : array
return array
    public function toArray()
    {
        return ['id' => $this->id, 'status' => $this->status, 'title' => $this->title, 'detail' => $this->detail];
    }