Skip to content

Instantly share code, notes, and snippets.

View alterphp's full-sized avatar
👀

PéCé alterphp

👀
View GitHub Profile
@alterphp
alterphp / Frame.php
Created June 18, 2018 08:33
Make Frame.php implementing JsonSerializable
<?php namespace Rollbar\Payload;
class Frame implements \Serializable, \JsonSerializable
{
private $filename;
private $lineno;
private $colno;
private $method;
private $code;
private $context;