/** * @param string $item */ public function __construct($item) { parent::__construct('Item not found : ' . $item); }
/** * @param string $message */ public function __construct($message) { parent::__construct('FileSystem : ' . $message); }
/** * @param string $operation */ public function __construct($operation) { parent::__construct('Illegal operation : ' . $operation); }