You are here

function Response::__construct in N1ED - Visual editor as CKEditor plugin with Bootstrap support 7

File

vendor/edsdk/flmngr-server-php/src/resp/Response.php, line 17

Class

Response

Namespace

EdSDK\FlmngrServer\resp

Code

function __construct($message, $data) {
  $this->error = $message;
  $this->data = $data;
}