Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
unsatisfiableness
/
core
/
lib
/
coinbase
/
coinbase-commerce
/
src
/
Exceptions
:
InvalidResponseException.php
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<?php namespace CoinbaseCommerce\Exceptions; class InvalidResponseException extends CoinbaseException { public function __construct($message = '', $body = '') { parent::__construct($message); $this->body = $body; } }