/home/smartonegroup/www/system/vendor/smarty/smarty/src/Exception.php
<?php

namespace Smarty;

/**
 * Smarty exception class
 */
class Exception extends \Exception {

	/**
	 * @return string
	 */
	public function __toString() {
		return ' --> Smarty: ' . $this->message . ' <-- ';
	}
}