You are here

public function MessageException::getFailMessage in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8.2

Gets fail message.

File

src/Flmngr/FileUploaderServer/lib/MessageException.php, line 26

Class

MessageException
Exception with a message. Thrown when we need to return JSON about the error.

Namespace

Drupal\n1ed\Flmngr\FileUploaderServer\lib

Code

public function getFailMessage() {
  return $this->message;
}