. // }}} namespace App\Util\Exception; class NoSuchActorException extends ClientException { public function __construct(string $m) { parent::__construct($m); } }