for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: sheldon
* Date: 18-6-6
* Time: 下午6:28.
*/
namespace MiotApi\Exception;
use Exception;
class InstanceErrorException extends Exception
{
public function __toString()
return __CLASS__.": [{$this->code}]: {$this->message}\n";
}