/**
  *
  * @param string $path
  */
 public function __construct($path)
 {
     parent::__construct('The path "' . $path . '" is invalid.');
 }
 /**
  *
  * @param string $path
  * @param string $locale
  */
 public function __construct($path, $locale)
 {
     parent::__construct('Locale path "' . $path . $locale . '" can not be created.');
 }