for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Starweb\Api\Generated\Exception;
class PatchPricelistBadRequestException extends \RuntimeException implements ClientException
{
private $errorModel;
public function __construct(\Starweb\Api\Generated\Model\ErrorModel $errorModel)
parent::__construct('Bad request', 400);
$this->errorModel = $errorModel;
}
public function getErrorModel()
return $this->errorModel;