You are here

public function FrameNotFound::message in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/jcalderonzumba/gastonjs/src/Exception/FrameNotFound.php \Zumba\GastonJS\Exception\FrameNotFound::message()

Return value

string

File

vendor/jcalderonzumba/gastonjs/src/Exception/FrameNotFound.php, line 22

Class

FrameNotFound
Class FrameNotFound @package Zumba\GastonJS\Exception

Namespace

Zumba\GastonJS\Exception

Code

public function message() {

  //TODO: check the exception message stuff
  return "The frame " . $this
    ->getName() . " was not not found";
}