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
:
CoinbaseException.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 CoinbaseException extends \Exception { public static function getClassName() { return get_called_class(); } }